public inbox for infinity@sourceware.org
 help / color / mirror / Atom feed
From: Gary Benson <gbenson@redhat.com>
To: infinity@sourceware.org
Subject: I8C 0.0.2 released
Date: Fri, 22 Apr 2016 10:44:00 -0000	[thread overview]
Message-ID: <20160422104421.GA27455@blade.nx> (raw)

            I8C 0.0.2 released!

Release 0.0.2 of I8C, the Infinity Note Compiler, is now available.
This includes I8X, an interpreter for unit testing compiled notes.

You can install I8C and I8X directly using pip:

  pip install -U --user i8c  # installs in your home directory 
  sudo pip install -U i8c    # installs as root

The source is available on PyPI:

  https://pypi.python.org/packages/source/i/i8c/i8c-0.0.2.tar.gz
  (md5sum 7c596e3989ea8b0030af7e99c27b2016)

There is a web page for I8C at:

  https://sourceware.org/gdb/wiki/Infinity/

That page includes information about the Infinity mailing list,
details on how to access I8C's source repository, and information
about the Infinity system in general.

I8C 0.0.2 brings new features and improvements, including:

* Operators with more than one argument now require their arguments to
  be separated by commas.  Existing code using the "name" and "cast"
  operators must be updated.

* Externals are no longer pushed onto the stack at function entry.
  Existing code can be made to work by adding load statements at the
  start of the function, though it's usually possible to eliminate
  some stack manipulation code by rewriting functions with loads where
  they're needed.

* Many operators now have an optional "folded load" first argument.
  A folded load is exactly equivalent to a load immediately before

* The "deref" operator now accepts "offset(base)" syntax for its
  optional folded load argument.

* The "name" operator now accepts slot names as its first argument.
  This can be used to add new names to already-named slots by name.

* "extern" statements are now allowed outside of function definitions,
  where they will be inherited by all functions in the same file.

* Older versions of unittest are detected and handled in setup.py;
  both the testsuite and I8X should now work out of the box with
  Python 2.6 and 3.1.

* There is the start of an Emacs major mode in "contrib/i8-mode.el".

* I8X now has a system which testcases may use to lay out test address
  spaces to check memory accesses using "deref" et al.

For a complete list and more details on each item, please see the
NEWS.rst file.

-- 
Gary Benson

                 reply	other threads:[~2016-04-22 10:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160422104421.GA27455@blade.nx \
    --to=gbenson@redhat.com \
    --cc=infinity@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).