index
:
pipac.git
master
Pipa programming language
Johnny Richard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lexer.h
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-09
parser: parses an if statement no code generation
Carlos Maniero
2023-05-09
parser: Add the bool type
Carlos Maniero
2023-05-06
lexer: Tokenize logical and bitwise operators
Carlos Maniero
2023-05-04
parser: Introduce statement keywords
Carlos Maniero
2023-05-03
parser: Use lookahead instead of consuming tokens
Carlos Maniero
2023-05-03
parser: Refactor return statement to return an ast_node
Carlos Maniero
2023-05-01
parser: Use peek and drop token when parsing expressions
Johnny Richard
2023-05-01
lexer: Peek next token
Johnny Richard
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-21
parser: Parse integers arithmetic expression
Johnny Richard
2023-04-18
lexer: Add tokenizer for OP and UNKNOWN tokens
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
2023-04-14
lexer: Extract lexer.c and lexer.h from pipa.c
Johnny Richard