This is the mail archive of the infinity@sourceware.org mailing list for the Infinity project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

I8C 0.0.5 released


            I8C 0.0.5 released!

Release 0.0.5 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 from infinitynotes.org:

  https://infinitynotes.org/src/i8c/i8c-0.0.5.tar.gz
  (md5sum 744a41113086266b1bfb7d6d4b2346a6)

There is a web page for I8C at:

  https://infinitynotes.org/wiki/I8C

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.5 has only two changes from 0.0.4:

* NT_GNU_INFINITY has been redefined from 5 to 8995, to avoid
  collision with both the new NT_GNU_PROPERTY_TYPE_0 note type,
  and with any subsequent note types introduced before I8C 1.0.
  NT_GNU_INFINITY will be updated again to its final value with
  the release of I8C 1.0.

* I8C now optimizes out some constant math operations, specifically
  "add", "mul", "neg" and "sub".

-- 
https://infinitynotes.org/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]