static type analysis, formatted compiler errors, hex support, composite types, updated cli, more global builtins, fix list form, fix value refs
This commit is contained in:
parent
84cc845748
commit
954308b29f
18 changed files with 1352 additions and 285 deletions
3
tests/hex.ang
Normal file
3
tests/hex.ang
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
assertEq(0x00, 0)
|
||||
assertEq(0xFF, 255)
|
||||
Loading…
Add table
Add a link
Reference in a new issue