Created a small utility program to generate JSON files for testing the main input.
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user