summaryrefslogtreecommitdiff
path: root/src/lexer.h
AgeCommit message (Expand)Author
2023-04-21parser: Parse integers arithmetic expressionJohnny Richard
2023-04-18lexer: Add tokenizer for OP and UNKNOWN tokensJohnny Richard
2023-04-16Start using string_view on lexer and parserJohnny Richard
2023-04-15parser: Show filepath row and col when parsing failsJohnny Richard
2023-04-15parser: Create parser for function with return statementsJohnny Richard
2023-04-14lexer: Extract lexer.c and lexer.h from pipa.cJohnny Richard