ikskuh / LoLa

LoLa is a small programming language meant to be embedded into games.
https://lola.random-projects.net/
MIT License
194 stars 10 forks source link

Rewrite tokenizer in Zig #3

Closed ikskuh closed 4 years ago

ikskuh commented 4 years ago

Currently, the tokenizer for LoLa depends on flex and C++. This should change for the final release.

ikskuh commented 4 years ago

Tokenizer is implemented