summaryrefslogtreecommitdiff
path: root/test/Makefile
AgeCommit message (Expand)Author
2023-05-09utils: Create linked list data structureJohnny Richard
2023-04-30make: Add linter-fix target to MakefilesJohnny Richard
2023-04-30parser: Registry identifiers on scopeJohnny Richard
2023-04-29scope: Add a scope stack for identifier resolutionsCarlos Maniero
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-24util: Implement dynamic vector array for storing AST childrenJohnny Richard
2023-04-20tests: Add integration testsCarlos Maniero
2023-04-19tests: Include parser_parse_function testCarlos Maniero
2023-04-18tests: Include lexer's number tokenizer testsCarlos Maniero
2023-04-16util: Create string_view tool to optimize memory usageJohnny Richard