summaryrefslogtreecommitdiff
path: root/src/parser.c
AgeCommit message (Expand)Author
2023-04-20parser: Create the literal node typeCarlos Maniero
2023-04-20parser: Stop exiting on parser errorCarlos Maniero
2023-04-20ast: Allows recursive nodesCarlos Maniero
2023-04-18ast: Create AST visitor to traverse the treeJohnny 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