Age | Commit message (Expand) | Author |
---|---|---|
2023-04-30 | parser: Registry identifiers on scope | Johnny Richard |
2023-04-29 | scope: Add a scope stack for identifier resolutions | 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-24 | util: Implement dynamic vector array for storing AST children | Johnny Richard |
2023-04-20 | tests: Add integration tests | Carlos Maniero |
2023-04-19 | tests: Include parser_parse_function test | Carlos Maniero |
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 |