Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-14 | Started implementing lexer in lexer.cpp | Aryadev Chavali | |
The implementation for tokenise_symbol is already a lot nicer to look at and add to due to string/string_view operator overloading of ==. Furthermore, error handling through pair<> instead of making some custom structure which essentially does the same thing is already making me happy for this rewrite. |