index
:
pipac.git
master
Pipa programming language
Johnny Richard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Expand
)
Author
2023-05-11
gas: implement recursion and late evaluation
Carlos Maniero
2023-05-10
gas: implement function calls
Carlos Maniero
2023-05-10
gas: Generate function call
Carlos Maniero
2023-05-10
gas: Compile boolean variable assignment
Carlos Maniero
2023-05-10
gas: Implement && and || for if statements
Carlos Maniero
2023-05-10
gas: Generate code for if statement
Carlos Maniero
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