json format changed a little.

This commit is contained in:
Norayr Chilingarian 2024-02-02 03:03:04 +04:00
parent ed99e3ef03
commit 567a4de59e
23 changed files with 125 additions and 105 deletions

View file

@ -10,12 +10,12 @@
"tag" : "0.1"
},
"Build":
{
"voc -s": "src/DynamicArray.Mod"
"voc -s": "src/HashMap.Mod",
"voc -s": "src/Map.Mod",
"voc -m": "test/DynamicArrayTest.Mod",
"voc -m": "test/HashMapTest.Mod",
"voc -m": "test/MapTest.Mod",
}
[
{"command": "voc -s", "file": "src/DynamicArray.Mod"},
{"command": "voc -s", "file": "src/HashMap.Mod"},
{"command": "voc -s", "file": "src/Map.Mod"},
{"command": "voc -m", "file": "test/DynamicArrayTest.Mod"},
{"command": "voc -m", "file": "test/HashMapTest.Mod"},
{"command": "voc -m", "file": "test/MapTest.Mod"}
]
}