basic json parsing added

null not supported correctly
This commit is contained in:
2021-02-11 00:30:36 +01:00
parent 982241acf6
commit dc55a967ef
10 changed files with 2050 additions and 849 deletions

View File

@@ -4,14 +4,14 @@
"name": "Mac",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/stdlib"
"${workspaceFolder}/clib"
],
"defines": [],
"macFrameworkPath": [
"/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cStandard": "c17",
"intelliSenseMode": "macos-clang-x64",
"configurationProvider": "ms-vscode.cmake-tools"
}