Age | Commit message (Expand) | Author |
---|---|---|
2023-05-10 | gas: implement function calls | Carlos Maniero |
2023-05-10 | gas: Generate function call | Carlos Maniero |
2023-05-10 | namespaces: Add a namespace structure that represents a file | Carlos Maniero |
2023-05-10 | gas: Generate code for if statement | Carlos Maniero |
2023-05-09 | parser: parses an if statement no code generation | Carlos Maniero |
2023-05-09 | parser: create a block node type | Carlos Maniero |
2023-05-09 | parser: Add the bool type | Carlos Maniero |
2023-05-06 | cli: Fix bitwise handling on --ast-dump | Johnny Richard |
2023-05-05 | cli: Add AST pretty-printing option (--ast-dump) | Johnny Richard |