[12 - Tree Grammar] Add AssignCount grammar and adjust ANTLR build config

This commit is contained in:
2020-06-12 16:06:34 +02:00
parent a9d5c76b78
commit 448d7ac32a
7 changed files with 1416 additions and 135 deletions

View File

@@ -2,7 +2,7 @@
<configuration default="false" name="Run Antlr Builder" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="org.antlr.Tool" />
<module name="CC-Praxis-Antlr Parser fuer X-Leer" />
<option name="PROGRAM_PARAMETERS" value="-o &quot;$ModuleSourcePath$/de/dhbw/compiler/antlrxparser/&quot; &quot;$ModuleSourcePath$/de/dhbw/compiler/antlrxparser/X.g&quot;" />
<option name="PROGRAM_PARAMETERS" value="-o &quot;$FileDir$&quot; &quot;$FilePath$&quot;" />
<option name="WORKING_DIRECTORY" value="$ContentRoot$" />
<method v="2" />
</configuration>