Age | Commit message (Expand) | Author |
---|---|---|
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 | tests: Add integration tests | Carlos Maniero |
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 |
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 |
2023-04-16 | util: Create string_view tool to optimize memory usage | Johnny Richard |
2023-04-16 | test: Add munit test framework | Johnny Richard |