index
:
pipac.git
master
Pipa programming language
Johnny Richard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ast.h
Age
Commit message (
Expand
)
Author
2023-05-09
parser: Ensure the expression types
Carlos Maniero
2023-05-09
parser: Add the bool type
Carlos Maniero
2023-05-05
cli: Add AST pretty-printing option (--ast-dump)
Johnny Richard
2023-05-03
parser: Fixes block parser memory leak
Carlos Maniero
2023-05-03
ast: Replace init by allocation (new) functions
Carlos Maniero
2023-05-03
parser: Variable assignment allocates their own node
Carlos Maniero
2023-05-03
style: Improve ast node initialization
Carlos Maniero
2023-05-01
parser: Implement variable assignment
Johnny Richard
2023-04-30
ast: Rename variable and variable_declaration correctly
Johnny Richard
2023-04-30
parser: Registry identifiers on scope
Johnny Richard
2023-04-30
style: Add void to function without arguments
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
ast: Create an init function for ast_binary_operation_t
Carlos Maniero
2023-04-21
parser: Parse integers arithmetic expression
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