summaryrefslogtreecommitdiff
path: root/test/parser_test.c
AgeCommit message (Expand)Author
2023-04-25style: Use clang-format as formatter and linter toolJohnny Richard
2023-04-25parser: Add support for variables and identifiers in function bodyCarlos Maniero
2023-04-21parser: Parse integers arithmetic expressionJohnny Richard
2023-04-20parser: Create the literal node typeCarlos Maniero
2023-04-20parser: Fix test name from lexer_test to parserJohnny Richard
2023-04-20parser: Stop exiting on parser errorCarlos Maniero
2023-04-20ast: Allows recursive nodesCarlos Maniero
2023-04-19tests: Include parser_parse_function testCarlos Maniero