Age | Commit message (Expand) | Author |
---|---|---|
2023-04-26 | ast: Include a Binary Operation kind enum | 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-21 | parser: Parse integers arithmetic expression | Johnny Richard |
2023-04-20 | parser: Create the literal node type | Carlos Maniero |
2023-04-20 | parser: Fix test name from lexer_test to parser | Johnny Richard |
2023-04-20 | parser: Stop exiting on parser error | Carlos Maniero |
2023-04-20 | ast: Allows recursive nodes | Carlos Maniero |
2023-04-19 | tests: Include parser_parse_function test | Carlos Maniero |