Age | Commit message (Expand) | Author |
---|---|---|
2023-04-30 | build: Add Makefile to build pipa examples | Johnny Richard |
2023-04-30 | make: Add linter-fix target to Makefiles | Johnny Richard |
2023-04-30 | style: Add -Wmissing-declarations to CC CFLAGS | Johnny Richard |
2023-04-29 | ast: Remove ast visitor pattern to simplify the code | Johnny Richard |
2023-04-25 | style: Use clang-format as formatter and linter tool | Johnny Richard |
2023-04-16 | util: Create string_view tool to optimize memory usage | Johnny Richard |
2023-04-16 | build: Rename make target clear to clean | 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 | build: Move *.c to src folder | Johnny Richard |
2023-04-13 | Create inital project structure + lexer | Johnny Richard |