|
41 | 41 | </goals>
|
42 | 42 | <configuration>
|
43 | 43 | <executable>java</executable>
|
44 |
| - <workingDirectory>${basedir}/src/main/java/org/twc/zerojavacompiler</workingDirectory> |
| 44 | + <workingDirectory>${basedir}/src/main/java/org/twc/zerojavacompiler/zerojava2spiglet</workingDirectory> |
45 | 45 | <arguments>
|
46 | 46 | <argument>-jar</argument>
|
47 | 47 | <argument>${basedir}/lib/jtb132di.jar</argument>
|
48 | 48 | <argument>-te</argument>
|
49 | 49 | <argument>./zerojavaparser/zeroJava.jj</argument>
|
50 | 50 | <argument>-np</argument>
|
51 |
| - <argument>org.twc.zerojavacompiler.zerojavasyntaxtree</argument> |
| 51 | + <argument>org.twc.zerojavacompiler.zerojava2spiglet.zerojavasyntaxtree</argument> |
52 | 52 | <argument>-vp</argument>
|
53 |
| - <argument>org.twc.zerojavacompiler.zerojavavisitor</argument> |
| 53 | + <argument>org.twc.zerojavacompiler.zerojava2spiglet.zerojavavisitor</argument> |
54 | 54 | </arguments>
|
55 | 55 | </configuration>
|
56 | 56 | </execution>
|
|
62 | 62 | </goals>
|
63 | 63 | <configuration>
|
64 | 64 | <executable>javacc</executable>
|
65 |
| - <workingDirectory>${basedir}/src/main/java/org/twc/zerojavacompiler/zerojavaparser</workingDirectory> |
| 65 | + <workingDirectory>src/main/java/org/twc/zerojavacompiler/zerojava2spiglet/zerojavaparser</workingDirectory> |
66 | 66 | <arguments>
|
67 | 67 | <argument>zeroJava-jtb.jj</argument>
|
68 | 68 | </arguments>
|
|
77 | 77 | </goals>
|
78 | 78 | <configuration>
|
79 | 79 | <executable>java</executable>
|
80 |
| - <workingDirectory>${basedir}/src/main/java/org/twc/zerojavacompiler</workingDirectory> |
| 80 | + <workingDirectory>${basedir}/src/main/java/org/twc/zerojavacompiler/spiglet2kanga</workingDirectory> |
81 | 81 | <arguments>
|
82 | 82 | <argument>-jar</argument>
|
83 | 83 | <argument>${basedir}/lib/jtb132di.jar</argument>
|
84 | 84 | <argument>-te</argument>
|
85 | 85 | <argument>./spigletparser/spiglet.jj</argument>
|
86 | 86 | <argument>-np</argument>
|
87 |
| - <argument>org.twc.zerojavacompiler.spigletsyntaxtree</argument> |
| 87 | + <argument>org.twc.zerojavacompiler.spiglet2kanga.spigletsyntaxtree</argument> |
88 | 88 | <argument>-vp</argument>
|
89 |
| - <argument>org.twc.zerojavacompiler.spigletvisitor</argument> |
| 89 | + <argument>org.twc.zerojavacompiler.spiglet2kanga.spigletvisitor</argument> |
90 | 90 | </arguments>
|
91 | 91 | </configuration>
|
92 | 92 | </execution>
|
|
98 | 98 | </goals>
|
99 | 99 | <configuration>
|
100 | 100 | <executable>javacc</executable>
|
101 |
| - <workingDirectory>${basedir}/src/main/java/org/twc/zerojavacompiler/spigletparser</workingDirectory> |
| 101 | + <workingDirectory>src/main/java/org/twc/zerojavacompiler/spiglet2kanga/spigletparser</workingDirectory> |
102 | 102 | <arguments>
|
103 | 103 | <argument>spiglet-jtb.jj</argument>
|
104 | 104 | </arguments>
|
|
113 | 113 | </goals>
|
114 | 114 | <configuration>
|
115 | 115 | <executable>java</executable>
|
116 |
| - <workingDirectory>${basedir}/src/main/java/org/twc/zerojavacompiler</workingDirectory> |
| 116 | + <workingDirectory>src/main/java/org/twc/zerojavacompiler/kanga2zmips</workingDirectory> |
117 | 117 | <arguments>
|
118 | 118 | <argument>-jar</argument>
|
119 | 119 | <argument>${basedir}/lib/jtb132di.jar</argument>
|
120 | 120 | <argument>-te</argument>
|
121 | 121 | <argument>./kangaparser/kanga.jj</argument>
|
122 | 122 | <argument>-np</argument>
|
123 |
| - <argument>org.twc.zerojavacompiler.kangasyntaxtree</argument> |
| 123 | + <argument>org.twc.zerojavacompiler.kanga2zmips.kangasyntaxtree</argument> |
124 | 124 | <argument>-vp</argument>
|
125 |
| - <argument>org.twc.zerojavacompiler.kangavisitor</argument> |
| 125 | + <argument>org.twc.zerojavacompiler.kanga2zmips.kangavisitor</argument> |
126 | 126 | </arguments>
|
127 | 127 | </configuration>
|
128 | 128 | </execution>
|
|
134 | 134 | </goals>
|
135 | 135 | <configuration>
|
136 | 136 | <executable>javacc</executable>
|
137 |
| - <workingDirectory>${basedir}/src/main/java/org/twc/zerojavacompiler/kangaparser</workingDirectory> |
| 137 | + <workingDirectory>src/main/java/org/twc/zerojavacompiler/kanga2zmips/kangaparser</workingDirectory> |
138 | 138 | <arguments>
|
139 | 139 | <argument>kanga-jtb.jj</argument>
|
140 | 140 | </arguments>
|
|
149 | 149 | </goals>
|
150 | 150 | <configuration>
|
151 | 151 | <executable>java</executable>
|
152 |
| - <workingDirectory>${basedir}/src/main/java/org/twc/zerojavacompiler</workingDirectory> |
| 152 | + <workingDirectory>${basedir}/src/main/java/org/twc/zerojavacompiler/zmipsoptimizer</workingDirectory> |
153 | 153 | <arguments>
|
154 | 154 | <argument>-jar</argument>
|
155 | 155 | <argument>${basedir}/lib/jtb132di.jar</argument>
|
156 | 156 | <argument>-te</argument>
|
157 | 157 | <argument>./zmipsparser/zmips.jj</argument>
|
158 | 158 | <argument>-np</argument>
|
159 |
| - <argument>org.twc.zerojavacompiler.zmipssyntaxtree</argument> |
| 159 | + <argument>org.twc.zerojavacompiler.zmipsoptimizer.zmipssyntaxtree</argument> |
160 | 160 | <argument>-vp</argument>
|
161 |
| - <argument>org.twc.zerojavacompiler.zmipsvisitor</argument> |
| 161 | + <argument>org.twc.zerojavacompiler.zmipsoptimizer.zmipsvisitor</argument> |
162 | 162 | </arguments>
|
163 | 163 | </configuration>
|
164 | 164 | </execution>
|
|
170 | 170 | </goals>
|
171 | 171 | <configuration>
|
172 | 172 | <executable>javacc</executable>
|
173 |
| - <workingDirectory>${basedir}/src/main/java/org/twc/zerojavacompiler/zmipsparser</workingDirectory> |
| 173 | + <workingDirectory>src/main/java/org/twc/zerojavacompiler/zmipsoptimizer/zmipsparser</workingDirectory> |
174 | 174 | <arguments>
|
175 | 175 | <argument>zmips-jtb.jj</argument>
|
176 | 176 | </arguments>
|
|
259 | 259 | <filesets>
|
260 | 260 | <!-- zerojava -->
|
261 | 261 | <fileset>
|
262 |
| - <directory>${basedir}/src/main/java/org/twc/zerojavacompiler/zerojavasyntaxtree</directory> |
| 262 | + <directory>${basedir}/src/main/java/org/twc/zerojavacompiler/zerojava2spiglet/zerojavasyntaxtree</directory> |
263 | 263 | <includes>
|
264 | 264 | <include>**</include>
|
265 | 265 | </includes>
|
266 | 266 | <followSymlinks>false</followSymlinks>
|
267 | 267 | </fileset>
|
268 | 268 | <fileset>
|
269 |
| - <directory>${basedir}/src/main/java/org/twc/zerojavacompiler/zerojavavisitor</directory> |
| 269 | + <directory>${basedir}/src/main/java/org/twc/zerojavacompiler/zerojava2spiglet/zerojavavisitor</directory> |
270 | 270 | <includes>
|
271 | 271 | <include>**</include>
|
272 | 272 | </includes>
|
273 | 273 | <followSymlinks>false</followSymlinks>
|
274 | 274 | </fileset>
|
275 | 275 | <fileset>
|
276 |
| - <directory>${basedir}/src/main/java/org/twc/zerojavacompiler/zerojavaparser</directory> |
| 276 | + <directory>${basedir}/src/main/java/org/twc/zerojavacompiler/zerojava2spiglet/zerojavaparser</directory> |
277 | 277 | <includes>
|
278 | 278 | <include>**/*.java</include>
|
279 | 279 | </includes>
|
|
284 | 284 | </fileset>
|
285 | 285 | <!-- spiglet -->
|
286 | 286 | <fileset>
|
287 |
| - <directory>${basedir}/src/main/java/org/twc/spigletcompiler/spigletsyntaxtree</directory> |
| 287 | + <directory>${basedir}/src/main/java/org/twc/zerojavacompiler/spiglet2kanga/spigletsyntaxtree</directory> |
288 | 288 | <includes>
|
289 | 289 | <include>**</include>
|
290 | 290 | </includes>
|
291 | 291 | <followSymlinks>false</followSymlinks>
|
292 | 292 | </fileset>
|
293 | 293 | <fileset>
|
294 |
| - <directory>${basedir}/src/main/java/org/twc/spigletcompiler/spigletvisitor</directory> |
| 294 | + <directory>${basedir}/src/main/java/org/twc/zerojavacompiler/spiglet2kanga/spigletvisitor</directory> |
295 | 295 | <includes>
|
296 | 296 | <include>**</include>
|
297 | 297 | </includes>
|
298 | 298 | <followSymlinks>false</followSymlinks>
|
299 | 299 | </fileset>
|
300 | 300 | <fileset>
|
301 |
| - <directory>${basedir}/src/main/java/org/twc/spigletcompiler/spigletparser</directory> |
| 301 | + <directory>${basedir}/src/main/java/org/twc/zerojavacompiler/spiglet2kanga/spigletparser</directory> |
302 | 302 | <includes>
|
303 | 303 | <include>**/*.java</include>
|
304 | 304 | </includes>
|
|
309 | 309 | </fileset>
|
310 | 310 | <!-- kanga -->
|
311 | 311 | <fileset>
|
312 |
| - <directory>${basedir}/src/main/java/org/twc/kangacompiler/kangasyntaxtree</directory> |
| 312 | + <directory>${basedir}/src/main/java/org/twc/zerojavacompiler/kanga2zmips/kangasyntaxtree</directory> |
313 | 313 | <includes>
|
314 | 314 | <include>**</include>
|
315 | 315 | </includes>
|
316 | 316 | <followSymlinks>false</followSymlinks>
|
317 | 317 | </fileset>
|
318 | 318 | <fileset>
|
319 |
| - <directory>${basedir}/src/main/java/org/twc/kangacompiler/kangavisitor</directory> |
| 319 | + <directory>${basedir}/src/main/java/org/twc/zerojavacompiler/kanga2zmips/kangavisitor</directory> |
320 | 320 | <includes>
|
321 | 321 | <include>**</include>
|
322 | 322 | </includes>
|
323 | 323 | <followSymlinks>false</followSymlinks>
|
324 | 324 | </fileset>
|
325 | 325 | <fileset>
|
326 |
| - <directory>${basedir}/src/main/java/org/twc/kangacompiler/kangaparser</directory> |
| 326 | + <directory>${basedir}/src/main/java/org/twc/zerojavacompiler/kanga2zmips/kangaparser</directory> |
327 | 327 | <includes>
|
328 | 328 | <include>**/*.java</include>
|
329 | 329 | </includes>
|
|
334 | 334 | </fileset>
|
335 | 335 | <!-- zMIPS -->
|
336 | 336 | <fileset>
|
337 |
| - <directory>${basedir}/src/main/java/org/twc/zerojavacompiler/zmipssyntaxtree</directory> |
| 337 | + <directory>${basedir}/src/main/java/org/twc/zerojavacompiler/zmipsoptimizer/zmipssyntaxtree</directory> |
338 | 338 | <includes>
|
339 | 339 | <include>**</include>
|
340 | 340 | </includes>
|
341 | 341 | <followSymlinks>false</followSymlinks>
|
342 | 342 | </fileset>
|
343 | 343 | <fileset>
|
344 |
| - <directory>${basedir}/src/main/java/org/twc/zerojavacompiler/zmipsvisitor</directory> |
| 344 | + <directory>${basedir}/src/main/java/org/twc/zerojavacompiler/zmipsoptimizer/zmipsvisitor</directory> |
345 | 345 | <includes>
|
346 | 346 | <include>**</include>
|
347 | 347 | </includes>
|
348 | 348 | <followSymlinks>false</followSymlinks>
|
349 | 349 | </fileset>
|
350 | 350 | <fileset>
|
351 |
| - <directory>${basedir}/src/main/java/org/twc/zerojavacompiler/zmipsparser</directory> |
| 351 | + <directory>${basedir}/src/main/java/org/twc/zerojavacompiler/zmipsoptimizer/zmipsparser</directory> |
352 | 352 | <includes>
|
353 | 353 | <include>**/*.java</include>
|
354 | 354 | </includes>
|
|
0 commit comments