summaryrefslogtreecommitdiff
path: root/src/gas_assembly_generator.c
AgeCommit message (Expand)Author
2023-05-01parser: Implement variable assignmentJohnny Richard
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-30parser: Registry identifiers on scopeJohnny Richard
2023-04-29ast: Introduce ast_identifier_t for named ast nodesCarlos Maniero
2023-04-29ast: Remove ast visitor pattern to simplify the codeJohnny Richard
2023-04-26ast: Include a Binary Operation kind enumCarlos Maniero
2023-04-25style: Use clang-format as formatter and linter toolJohnny Richard
2023-04-25parser: Add support for variables and identifiers in function bodyCarlos Maniero
2023-04-21gas: Generate arithmetics expressionsCarlos Maniero
2023-04-20gas: Remove duplicated inst when generating exit SYSCALLJohnny Richard
2023-04-20parser: Create the literal node typeCarlos Maniero
2023-04-20ast: Allows recursive nodesCarlos Maniero
2023-04-18ast: Create AST visitor to traverse the treeJohnny Richard