index
:
pipac.git
master
Pipa programming language
Johnny Richard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parser.c
Age
Commit message (
Expand
)
Author
2023-04-30
style: Add -Wmissing-declarations to CC CFLAGS
Johnny Richard
2023-04-26
ast: Include a Binary Operation kind enum
Carlos Maniero
2023-04-26
lexer: Split operation tokens into their own token
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
parser: Stop exiting on parser error
Carlos Maniero
2023-04-20
ast: Allows recursive nodes
Carlos Maniero
2023-04-18
ast: Create AST visitor to traverse the tree
Johnny Richard
2023-04-16
Start using string_view on lexer and parser
Johnny Richard
2023-04-15
parser: Show filepath row and col when parsing fails
Johnny Richard
2023-04-15
parser: Create parser for function with return statements
Johnny Richard