Age | Commit message (Expand) | Author |
---|---|---|
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 | gas: Generate arithmetics expressions | Carlos Maniero |
2023-04-20 | gas: Remove duplicated inst when generating exit SYSCALL | 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 |