No description
Find a file
2025-03-26 11:09:56 +08:00
.envrc init env 2025-03-26 09:20:20 +08:00
.gitignore change git ignore 2025-03-26 09:20:26 +08:00
compile_commands.json add compile_commands file for clangd 2025-03-26 09:20:28 +08:00
flake.lock build a parser for c-- 2025-03-26 09:20:23 +08:00
flake.nix use zig cc as default c compiler 2025-03-26 09:20:32 +08:00
main.c build a parser for c-- 2025-03-26 09:20:23 +08:00
Makefile fix Makefile 2025-03-26 11:09:56 +08:00
node.c build a parser for c-- 2025-03-26 09:20:23 +08:00
node.h build a parser for c-- 2025-03-26 09:20:23 +08:00
parser.y fix Makefile 2025-03-26 11:09:56 +08:00
scanner.l fix scanner error 2025-03-26 11:09:51 +08:00
test1 fix scanner error 2025-03-26 11:09:51 +08:00
test2 fix scanner error 2025-03-26 11:09:51 +08:00
test3 fix scanner error 2025-03-26 11:09:51 +08:00
test4 fix scanner error 2025-03-26 11:09:51 +08:00