A build-time serialization code generator for C. Kwil can write code to (de-)serialize C structs from and to json (and maybe other formats in the future).
 
 
Go to file
Sara 675aadbe0d kwil now generates a length get function and _to_json will no longer allocate memory 2023-09-13 10:39:33 +02:00
src kwil now generates a length get function and _to_json will no longer allocate memory 2023-09-13 10:39:33 +02:00
test_files can now generate basic *_to_json functions 2023-09-11 18:46:01 +02:00
test_include wrote test 2023-09-11 18:44:37 +02:00
.gitignore created project files 2023-09-11 18:44:29 +02:00
.nvimrc created project files 2023-09-11 18:44:29 +02:00
LICENSE added license 2023-09-13 10:36:24 +02:00
build.sh created project files 2023-09-11 18:44:29 +02:00
compile_commands.json created project files 2023-09-11 18:44:29 +02:00
run.sh created project files 2023-09-11 18:44:29 +02:00
test.sh created project files 2023-09-11 18:44:29 +02:00