summaryrefslogtreecommitdiff
path: root/src/gas_assembly_generator.h
AgeCommit message (Expand)Author
2023-05-10gas: Removes Linux entrypoint logic from function declarationCarlos Maniero
2023-05-10gas: Compile boolean variable assignmentCarlos Maniero
2023-05-10gas: Implement && and || for if statementsCarlos Maniero
2023-05-10gas: Generate code for if statementCarlos Maniero
2023-04-30gas: Optimize variable reference on assemblyJohnny Richard
2023-04-30style: Rename evaluation kinds on gas generatorJohnny Richard
2023-04-30gas: Optimize the stack utilizationCarlos Maniero
2023-04-30gas: Compile variable expression with scope supportJohnny Richard
2023-04-29ast: Remove ast visitor pattern to simplify the codeJohnny Richard
2023-04-25style: Use clang-format as formatter and linter toolJohnny Richard
2023-04-18ast: Create AST visitor to traverse the treeJohnny Richard