index
:
pipac.git
master
Pipa programming language
Johnny Richard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gas_assembly_generator.c
Age
Commit message (
Expand
)
Author
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-09
parser: create a block node type
Carlos Maniero
2023-05-03
style: Improve ast node initialization
Carlos Maniero
2023-05-01
parser: Implement variable assignment
Johnny Richard
2023-04-30
gas: Optimize variable reference on assembly
Johnny Richard
2023-04-30
style: Rename evaluation kinds on gas generator
Johnny Richard
2023-04-30
gas: Optimize the stack utilization
Carlos Maniero
2023-04-30
gas: Compile variable expression with scope support
Johnny Richard
2023-04-30
parser: Registry identifiers on scope
Johnny Richard
2023-04-29
ast: Introduce ast_identifier_t for named ast nodes
Carlos Maniero
2023-04-29
ast: Remove ast visitor pattern to simplify the code
Johnny Richard
2023-04-26
ast: Include a Binary Operation kind enum
Carlos Maniero
2023-04-25
style: Use clang-format as formatter and linter tool
Johnny Richard
2023-04-25
parser: Add support for variables and identifiers in function body
Carlos Maniero
2023-04-21
gas: Generate arithmetics expressions
Carlos Maniero
2023-04-20
gas: Remove duplicated inst when generating exit SYSCALL
Johnny Richard
2023-04-20
parser: Create the literal node type
Carlos Maniero
2023-04-20
ast: Allows recursive nodes
Carlos Maniero
2023-04-18
ast: Create AST visitor to traverse the tree
Johnny Richard