v5.0-0 - Initial release
Changes from history:
Language
- hexidecimal number literals
- new keyword
continue
- new inequality operator:
!=
- new single line comment:
# ...
- new binary operators
&
,|
,<<
, and>>
- operator
^
means xor instead of pow
Implementation
- skip BOM and unix style
#
comments when reading files