Age | Commit message (Expand) | Author |
---|---|---|
2023-05-04 | parser: Introduce statement keywords | Carlos Maniero |
2023-05-01 | lexer: Peek next token | Johnny Richard |
2023-04-26 | lexer: Split operation tokens into their own token | Carlos Maniero |
2023-04-25 | style: Use clang-format as formatter and linter tool | Johnny Richard |
2023-04-25 | parser: Add support for variables and identifiers in function body | Carlos Maniero |
2023-04-18 | lexer: Include a test function assert_token_at | Carlos Maniero |
2023-04-18 | lexer: Add tokenizer for OP and UNKNOWN tokens | Johnny Richard |
2023-04-18 | tests: Include lexer's number tokenizer tests | Carlos Maniero |