Age | Commit message (Expand) | Author |
---|---|---|
2023-05-09 | parser: parses an if statement no code generation | Carlos Maniero |
2023-05-04 | parser: Introduce statement keywords | Carlos Maniero |
2023-05-01 | parser: Implement variable assignment | Johnny Richard |
2023-04-30 | build: Add Makefile to build pipa examples | Johnny Richard |
2023-04-30 | gas: Optimize variable reference on assembly | Johnny Richard |
2023-04-30 | gas: Compile variable expression with scope support | Johnny Richard |
2023-04-21 | gas: Generate arithmetics expressions | Carlos Maniero |
2023-04-15 | parser: Generate GAS 64-bit assembly for linux | Johnny Richard |
2023-04-13 | Create inital project structure + lexer | Johnny Richard |