summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2023-04-30build: Add Makefile to build pipa examplesJohnny Richard
2023-04-30make: Add linter-fix target to MakefilesJohnny Richard
2023-04-30style: Add -Wmissing-declarations to CC CFLAGSJohnny Richard
2023-04-29ast: Remove ast visitor pattern to simplify the codeJohnny Richard
2023-04-25style: Use clang-format as formatter and linter toolJohnny Richard
2023-04-16util: Create string_view tool to optimize memory usageJohnny Richard
2023-04-16build: Rename make target clear to cleanJohnny Richard
2023-04-15build: Enable warning and debug CFLAGSJohnny Richard
2023-04-14build: Add clear target to MakefileJohnny Richard
2023-04-14build: Move *.c to src folderJohnny Richard
2023-04-13Create inital project structure + lexerJohnny Richard