bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmas

This commit is contained in:
Araq
2011-03-23 01:09:52 +01:00
parent 8d734244b1
commit 5b789f2da8
45 changed files with 2342 additions and 243 deletions

View File

@@ -66,7 +66,7 @@ Additions
- Added ``math.floor``.
- The *interactive mode* (REPL) has been improved and documented for the
first time.
- Added the ``linearScanEnd`` and ``unroll`` pragmas.
- Added the ``linearScanEnd``, ``unroll``, ``shallow`` pragmas.
- The compiler now might use a hashing for string case statements depending
on the number of string literals in the case statement.