summaryrefslogtreecommitdiff
path: root/src/ast_pretty_printer.c
AgeCommit message (Expand)Author
2023-05-10gas: implement function callsCarlos Maniero
2023-05-10gas: Generate function callCarlos Maniero
2023-05-10namespaces: Add a namespace structure that represents a fileCarlos Maniero
2023-05-10gas: Generate code for if statementCarlos Maniero
2023-05-09parser: parses an if statement no code generationCarlos Maniero
2023-05-09parser: create a block node typeCarlos Maniero
2023-05-09parser: Add the bool typeCarlos Maniero
2023-05-06cli: Fix bitwise handling on --ast-dumpJohnny Richard
2023-05-05cli: Add AST pretty-printing option (--ast-dump)Johnny Richard