Skip to content
This repository was archived by the owner on Mar 5, 2019. It is now read-only.

Commit d715fe6

Browse files
도라도라도라도라
도라도라
authored and
도라도라
committed
Oh... so late... I'm a lazy... Initial Commit.......
1 parent 1d244ec commit d715fe6

File tree

103 files changed

+12348
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+12348
-0
lines changed

.DS_Store

8 KB
Binary file not shown.

EffectScript.iml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="PLUGIN_MODULE" version="4">
3+
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/resources/META-INF/plugin.xml" />
4+
<component name="NewModuleRootManager" inherit-compiler-output="true">
5+
<exclude-output />
6+
<content url="file://$MODULE_DIR$">
7+
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
8+
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
9+
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" />
10+
</content>
11+
<orderEntry type="inheritedJdk" />
12+
<orderEntry type="sourceFolder" forTests="false" />
13+
<orderEntry type="library" name="antlr-4.7-complete" level="project" />
14+
</component>
15+
</module>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,152 @@
1+
T__0=1
2+
T__1=2
3+
T__2=3
4+
T__3=4
5+
T__4=5
6+
T__5=6
7+
T__6=7
8+
T__7=8
9+
T__8=9
10+
T__9=10
11+
T__10=11
12+
USE_K=12
13+
SCRIPT_k=13
14+
CREATE_K=14
15+
COMPOSITION_K=15
16+
SET_K=16
17+
TO_K=17
18+
ADD_K=18
19+
TEXT_K=19
20+
OPEN_K=20
21+
SHOW_K=21
22+
MSGBOX_K=22
23+
IMPORT_K=23
24+
FILE_K=24
25+
SELECT=25
26+
SOLID_K=26
27+
APPLY_K=27
28+
EFFECT_K=28
29+
PARAMS_K=29
30+
NEW_K=30
31+
FOLDER_K=31
32+
ANNOTATION_MARK=32
33+
MOVE_K=33
34+
NEW_=34
35+
RECTANGLE_K=35
36+
SETVALUES_FUNC=36
37+
LPAREN=37
38+
RPAREN=38
39+
COLON=39
40+
COMMA=40
41+
LBRACK=41
42+
RBRACK=42
43+
LBRACE=43
44+
RBRACE=44
45+
IF=45
46+
ELSE=46
47+
WHILE=47
48+
VAR=48
49+
EQUAL=49
50+
RETURN=50
51+
PRINT=51
52+
FUNC=52
53+
TYPEINT=53
54+
TYPEFLOAT=54
55+
TYPESTRING=55
56+
TYPEBOOLEAN=56
57+
TRUE=57
58+
FALSE=58
59+
SUB=59
60+
BANG=60
61+
MUL=61
62+
DIV=62
63+
ADD=63
64+
LT=64
65+
LE=65
66+
EQUAL_EQUAL=66
67+
NOT_EQUAL=67
68+
GT=68
69+
GE=69
70+
OR=70
71+
AND=71
72+
DOT=72
73+
LINE_COMMENT=73
74+
COMMENT=74
75+
ID=75
76+
ANNO=76
77+
INT=77
78+
FLOAT=78
79+
STRING=79
80+
WS=80
81+
ERRCHAR=81
82+
'question'=1
83+
'params'=2
84+
'shape'=3
85+
'oval'=4
86+
'yes'=5
87+
'no'=6
88+
'>>>'=7
89+
'answer'=8
90+
'->'=9
91+
'rgb'=10
92+
'.'=11
93+
'use'=12
94+
'script'=13
95+
'create'=14
96+
'composition'=15
97+
'set'=16
98+
'to'=17
99+
'add'=18
100+
'text'=19
101+
'open'=20
102+
'show'=21
103+
'messagebox'=22
104+
'import'=23
105+
'file'=24
106+
'select'=25
107+
'solid'=26
108+
'apply'=27
109+
'effect'=28
110+
'parameters'=29
111+
'new'=30
112+
'folder'=31
113+
'@'=32
114+
'move'=33
115+
'rectangle'=35
116+
'setValues'=36
117+
'('=37
118+
')'=38
119+
':'=39
120+
','=40
121+
'['=41
122+
']'=42
123+
'{'=43
124+
'}'=44
125+
'if'=45
126+
'else'=46
127+
'while'=47
128+
'var'=48
129+
'='=49
130+
'return'=50
131+
'print'=51
132+
'func'=52
133+
'int'=53
134+
'float'=54
135+
'string'=55
136+
'boolean'=56
137+
'true'=57
138+
'false'=58
139+
'-'=59
140+
'!'=60
141+
'*'=61
142+
'/'=62
143+
'+'=63
144+
'<'=64
145+
'<='=65
146+
'=='=66
147+
'!='=67
148+
'>'=68
149+
'>='=69
150+
'||'=70
151+
'&&'=71
152+
' . '=72

0 commit comments

Comments
 (0)