Save string and number values for tokenisation

This commit is contained in:
2023-06-18 22:57:08 +01:00
parent f0043a691c
commit 31e19a50fc
3 changed files with 81 additions and 27 deletions

2
.vscode/launch.json vendored
View File

@@ -10,7 +10,7 @@
"request": "launch",
"program": "${workspaceFolder}/main",
"args": [
"${workspaceFolder}/test_files/webapp.json"
"${workspaceFolder}/test_files/menu.json"
],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",