Age | Commit message (Expand) | Author |
---|---|---|
2023-05-10 | namespaces: Add a namespace structure that represents a file | Carlos Maniero |
2023-05-10 | gas: Removes Linux entrypoint logic from function declaration | Carlos Maniero |
2023-05-10 | gas: Compile boolean variable assignment | Carlos Maniero |
2023-05-10 | gas: Implement && and || for if statements | Carlos Maniero |
2023-05-10 | gas: Generate code for if statement | Carlos Maniero |
2023-04-30 | gas: Optimize variable reference on assembly | Johnny Richard |
2023-04-30 | style: Rename evaluation kinds on gas generator | Johnny Richard |
2023-04-30 | gas: Optimize the stack utilization | Carlos Maniero |
2023-04-30 | gas: Compile variable expression with scope support | Johnny Richard |
2023-04-29 | ast: Remove ast visitor pattern to simplify the code | Johnny Richard |
2023-04-25 | style: Use clang-format as formatter and linter tool | Johnny Richard |
2023-04-18 | ast: Create AST visitor to traverse the tree | Johnny Richard |