-
Notifications
You must be signed in to change notification settings - Fork 1
/
grammar.json
36 lines (34 loc) · 923 Bytes
/
grammar.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
30
31
32
33
34
35
36
{
"simpleTerms": {
"\"domain\"": "type",
"\"model\"": "type",
"\"transform\"": "type",
"\"system\"": "type",
"\"machine\"": "type",
"\"partial\"": "type",
"\"ensures\"": "type",
"\"requires\"": "type",
"\"conforms\"": "type",
"\"includes\"": "type",
"\"extends\"": "type",
"\"of\"": "type",
"\"returns\"": "type",
"\"at\"": "type",
"\"some\"": "type",
"\"atleast\"": "type",
"\"atmost\"": "type",
"\"initially\"": "type",
"\"next\"": "type",
"\"property\"": "type",
"\"boot\"": "type",
"\"no\"": "type",
"\"is\"": "type",
"\"new\"": "type",
"\"inj\"": "type",
"\"bij\"": "type",
"\"sur\"": "type",
"\"fun\"": "type",
"\"any\"": "type",
"type_identifier": "type"
}
}