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

Lexer Incomplete #17

Closed neomannskar closed 3 months ago

neomannskar commented 11 months ago

The Lexer is not yet completed but it is under its way. There is not yet any support for UTF-8 characters in the lexer, something that will be get added later however currently gets handled as "unsupported characters."

pontushenriksson commented 3 months ago

The lexer is now implemented and includes some features but not all the features we are going to work on in the future so because of this, this issue will be deleted and marked as completed to make space for future more specific issues with the lexer. Don't hesitate to refer to this issue in the future.