Totem-Studios / lotus

Lotus is a type-safe compiled programming languages designed to simplify systems programming, achieving memory safety using RAII.
https://totemstudios.org/lotus
MIT License
4 stars 2 forks source link

Parser not implemented #14

Open neomannskar opened 8 months ago

neomannskar commented 8 months ago

The parser is not yet implemented, the thing holding us back is whether or not we should use LALR or some other parsing algorithm.