Basic C library for parsing JSON files
Go to file
2023-07-29 21:46:59 +01:00
.vscode Update debug config 2023-07-01 04:42:00 +01:00
dstring@c1ef7afcac Switch to using dstring as a submodule 2023-07-12 22:15:18 +01:00
include Fix keyword handling so the final keyword states don't consume input 2023-07-29 21:42:20 +01:00
src Add char_type function to lexer.c but exclude it from build 2023-07-25 08:55:46 +01:00
test_files Update test files 2023-06-28 23:35:57 +01:00
.gitignore Update .gitignore 2023-07-23 22:48:05 +01:00
.gitmodules Switch to using dstring as a submodule 2023-07-12 22:15:18 +01:00
build Add dstr_resize and rename the dstring functions 2023-06-19 08:33:02 +01:00
compile Ensure build scripts fail if attempting to run them from different 2023-07-25 09:00:11 +01:00
generate_state_table.c Remove clear_file and update write_table to accept a file pointer 2023-07-29 21:46:59 +01:00
notes Adding more information on the basic structure for the lexer 2023-06-12 07:42:24 +01:00
README.md Update README 2023-07-09 23:46:25 +01:00
run_tests Add dstr_resize and rename the dstring functions 2023-06-19 08:33:02 +01:00
token_stream_example Updated json_entities 2023-06-27 23:16:26 +01:00

helloJSON

Basic C library for parsing JSON files