-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 983 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "coco-r-js",
"version": "1.0.0",
"description": "",
"main": "Coco.ts",
"scripts": {
"0arg": "tsc && node Coco.js",
"simple1": "tsc && node Coco.js simple.atg",
"simple2": "tsc && node Coco.js simple2.atg",
"simple3": "tsc && node Coco.js simple3.atg",
"simple4": "tsc && node Coco.js simple4.atg",
"testLL1": "tsc && node Coco.js coco-testsuite/TestLL1.ATG -frames . -o coco-testsuite",
"testResOK": "tsc && node Coco.js coco-testsuite/TestResOK.ATG -frames . -o coco-testsuite",
"recompile_taste": "tsc && node Coco.js taste/Taste.ATG -o taste -frames .",
"run_taste": "tsc && node taste/Taste.js taste/Test.TAS",
"recompile_and_regenerate_coco": "tsc && node Coco.js Coco.atg",
"regenerate_coco": "node Coco.js Coco.atg"
},
"keywords": [],
"author": "",
"license": "GPLv2",
"devDependencies": {
"@types/node": "^17.0.25"
},
"dependencies": {
"bitset": "^5.1.1",
"typescript": "^4.6.3"
}
}