Created a small utility program to generate JSON files for testing the main input.

This commit is contained in:
2020-04-12 00:03:33 -05:00
parent 4386b1af99
commit 1265f8ac3e
7 changed files with 294 additions and 8 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"expression": "i + 2 + n",
"variables": {
"n1": {
"name": "n1",
"type": "Unknown",
"starting_point": 0,
"ending_point": 0
},
"i1": {
"name": "i1",
"type": "Unknown",
"starting_point": 0,
"ending_point": 0
}
}
}