Age | Commit message (Expand) | Author |
---|---|---|
2023-04-29 | ast: Remove ast visitor pattern to simplify the code | Johnny Richard |
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 | ast: Create an init function for ast_binary_operation_t | 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 | ast: Allows recursive nodes | Carlos Maniero |
2023-04-18 | ast: Create AST visitor to traverse the tree | Johnny Richard |