Skip to content

v0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@nicholascc nicholascc released this 13 Apr 00:21
· 26 commits to main since this release

Look in README.md for instructions for using the compiler, and do note that it currently only supports Windows x64 and requires an installed C compiler and linker.

Changes:

  • Added operator overloading for a[x] and a^[x].
  • Added iterators.
  • Added >, <=, and >=.