index
:
pipac.git
master
Pipa programming language
Johnny Richard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pipac.c
Age
Commit message (
Expand
)
Author
2023-05-03
Parser: Make the parser function return the ast_node
Carlos Maniero
2023-04-30
parser: Registry identifiers on scope
Johnny Richard
2023-04-30
style: Add void to function without arguments
Johnny Richard
2023-04-30
style: Add -Wmissing-declarations to CC CFLAGS
Johnny Richard
2023-04-29
ast: Remove ast visitor pattern to simplify the code
Johnny Richard
2023-04-25
style: Use clang-format as formatter and linter tool
Johnny Richard
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: Generate GAS 64-bit assembly for linux
Johnny Richard
2023-04-15
cli: Remove irrelevant information when loading source
Johnny Richard
2023-04-15
parser: Create parser for function with return statements
Johnny Richard
2023-04-14
lexer: Extract lexer.c and lexer.h from pipa.c
Johnny Richard
2023-04-14
build: Move *.c to src folder
Johnny Richard