Modify lexer for new syntax
Dandigit opened this issue · 1 comments
Dandigit commented
The language has changed significantly, see #73. Accordingly, the lexer will need to be updated. Curly braces are now the block delimiters as opposed to :
and end
. Semicolons have been added back in, keywords have been added and changed, and string interpolation is now supported. Bitwise operators have been added.