Age | Commit message (Expand) | Author |
---|---|---|
2023-04-15 | cli: Remove irrelevant information when loading source | 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-15 | build: Enable warning and debug CFLAGS | Johnny Richard |
2023-04-14 | build: Add clear target to Makefile | Johnny Richard |
2023-04-14 | lexer: Extract lexer.c and lexer.h from pipa.c | Johnny Richard |
2023-04-14 | build: Move *.c to src folder | Johnny Richard |
2023-04-14 | cli: Create a function to print tokens | Carlos Maniero |
2023-04-14 | cli: Add missing LF on print_usage | Carlos Maniero |
2023-04-14 | lexer: Fix string format warning | Carlos Maniero |
2023-04-13 | Create inital project structure + lexer | Johnny Richard |