v0.2
Pre-release
Pre-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]
anda^[x]
. - Added iterators.
- Added
>
,<=
, and>=
.