enact-lang/enact

Modify lexer for new syntax

Dandigit opened this issue · 1 comments

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.

Implemented in #75.