summaryrefslogtreecommitdiff
path: root/src/gas_assembly_generator.c
AgeCommit message (Expand)Author
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