i can't believe i just wrote a json parser in C
This commit is contained in:
commit
22e60ee228
7 changed files with 537 additions and 0 deletions
3
build.sh
Executable file
3
build.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
mkdir -p ./bin/
|
||||
|
||||
gcc -Wall -o ./bin/compile ./src/*.c ./src/parsers/*.c
|
Loading…
Add table
Add a link
Reference in a new issue