-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoplparse
106 lines (106 loc) · 3.05 KB
/
oplparse
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<TokenMakerDefinition>
<general>
<package>fql_lib.opl</package>
<className>OplTokenMaker</className>
<extendedClass>AbstractJFlexCTokenMaker</extendedClass>
<classComment/>
<ignoreCase>false</ignoreCase>
<booleanLiterals>false</booleanLiterals>
</general>
<comments>
<lineComments enabled="true" start="//"/>
<multiLineComments enabled="true" end="*/" start="/*"/>
<docComments enabled="false" end="" start=""/>
</comments>
<keywords>
<keyword>ID</keyword>
<keyword>INSTANCE</keyword>
<keyword>PUSHOUT</keyword>
<keyword>SCHEMA</keyword>
<keyword>apply</keyword>
<keyword>attributes</keyword>
<keyword>chase</keyword>
<keyword>colimit</keyword>
<keyword>delta</keyword>
<keyword>ed</keyword>
<keyword>entities</keyword>
<keyword>entitiesAndAttributes</keyword>
<keyword>eval</keyword>
<keyword>flower</keyword>
<keyword>graph</keyword>
<keyword>id</keyword>
<keyword>instance</keyword>
<keyword>javascript</keyword>
<keyword>mapping</keyword>
<keyword>model</keyword>
<keyword>pivot</keyword>
<keyword>pragma</keyword>
<keyword>presentation</keyword>
<keyword>pushout</keyword>
<keyword>query</keyword>
<keyword>saturate</keyword>
<keyword>schema</keyword>
<keyword>sigma</keyword>
<keyword>sql</keyword>
<keyword>tables</keyword>
<keyword>theory</keyword>
<keyword>transform</keyword>
<keyword>transpres</keyword>
<keyword>types</keyword>
<keyword>union</keyword>
<keyword>unsaturate</keyword>
</keywords>
<keywords2>
<keyword>and</keyword>
<keyword>as</keyword>
<keyword>attributes</keyword>
<keyword>edges</keyword>
<keyword>entities</keyword>
<keyword>equations</keyword>
<keyword>for</keyword>
<keyword>forall</keyword>
<keyword>from</keyword>
<keyword>generators</keyword>
<keyword>imports</keyword>
<keyword>insert</keyword>
<keyword>into</keyword>
<keyword>keys</keyword>
<keyword>nodes</keyword>
<keyword>obsEqualities</keyword>
<keyword>options</keyword>
<keyword>pathEqualities</keyword>
<keyword>return</keyword>
<keyword>select</keyword>
<keyword>sorts</keyword>
<keyword>symbols</keyword>
<keyword>where</keyword>
<keyword>with</keyword>
</keywords2>
<dataTypes/>
<functions/>
<numbers>
<hexLiteral/>
<intLiteral>{Digit}+</intLiteral>
<floatLiteral/>
</numbers>
<stringLiterals enabled="true" multiLine="false"/>
<charLiterals enabled="false" multiLine="false"/>
<backtickLiterals enabled="false"/>
<operators>
<operator>(</operator>
<operator>)</operator>
<operator>*</operator>
<operator>+</operator>
<operator>,</operator>
<operator>-></operator>
<operator>:</operator>
<operator>;</operator>
<operator>=</operator>
<operator>=></operator>
<operator>^</operator>
<operator>{</operator>
<operator>|</operator>
<operator>}</operator>
</operators>
</TokenMakerDefinition>