europalang / Europa-Lang

A fun and simple language with NO classes whatsoever!
MIT License
22 stars 5 forks source link

Made Lexer Easier to Edit #8

Closed seanlnge closed 3 years ago

seanlnge commented 3 years ago

Not too big of an issue, but editing tokens in the lexer was a complicated task. Added hashmaps for different types of tokens, such as operators or separators, as well as a group for braces and double braces.

cursorweb commented 3 years ago

Alright, looks good!