summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2023-05-11gas: implement recursion and late evaluationCarlos Maniero
2023-05-10gas: implement function callsCarlos Maniero
2023-05-10gas: Generate function callCarlos 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-05-09parser: parses an if statement no code generationCarlos Maniero
2023-05-04parser: Introduce statement keywordsCarlos Maniero
2023-05-01parser: Implement variable assignmentJohnny Richard
2023-04-30build: Add Makefile to build pipa examplesJohnny Richard
2023-04-30gas: Optimize variable reference on assemblyJohnny Richard
2023-04-30gas: Compile variable expression with scope supportJohnny Richard
2023-04-21gas: Generate arithmetics expressionsCarlos Maniero
2023-04-15parser: Generate GAS 64-bit assembly for linuxJohnny Richard
2023-04-13Create inital project structure + lexerJohnny Richard