summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-04-16Start using string_view on lexer and parserJohnny Richard
2023-04-16util: Create string_view tool to optimize memory usageJohnny Richard
2023-04-15parser: Generate GAS 64-bit assembly for linuxJohnny Richard
2023-04-15cli: Remove irrelevant information when loading sourceJohnny Richard
2023-04-15parser: Show filepath row and col when parsing failsJohnny Richard
2023-04-15parser: Create parser for function with return statementsJohnny Richard
2023-04-15build: Enable warning and debug CFLAGSJohnny Richard
2023-04-14lexer: Extract lexer.c and lexer.h from pipa.cJohnny Richard
2023-04-14build: Move *.c to src folderJohnny Richard