i can't believe i just wrote a json parser in C

This commit is contained in:
ari melody 2024-05-19 23:13:32 +01:00
commit 22e60ee228
Signed by: ari
GPG key ID: CF99829C92678188
7 changed files with 537 additions and 0 deletions

3
build.sh Executable file
View file

@ -0,0 +1,3 @@
mkdir -p ./bin/
gcc -Wall -o ./bin/compile ./src/*.c ./src/parsers/*.c