Clean up and fix Antlr Parser module

This commit is contained in:
2020-06-03 10:07:51 +02:00
parent ef7bb13422
commit 620b6e35bd
36 changed files with 297 additions and 975 deletions

View File

@@ -1,9 +0,0 @@
<component name="libraryTable">
<library name="antlr-3.5.2-complete">
<CLASSES>
<root url="jar://$PROJECT_DIR$/CC-Praxis-Antlr Parser fuer X-Leer/lib/antlr-3.5.2-complete.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

View File

@@ -1,9 +0,0 @@
<component name="libraryTable">
<library name="jflex-1.6.1">
<CLASSES>
<root url="jar://$PROJECT_DIR$/ÜB-Praxis-LL1-Parser für X-Leer/lib/jflex-1.6.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

View File

@@ -1,10 +1,10 @@
<component name="libraryTable">
<library name="lib">
<CLASSES>
<root url="jar://$PROJECT_DIR$/ÜB-Praxis-Abstiegsparser für X-Leer/lib/hamcrest-all-1.3.jar!/" />
<root url="jar://$PROJECT_DIR$/ÜB-Praxis-Abstiegsparser für X-Leer/lib/jflex-1.6.1.jar!/" />
<root url="file://$PROJECT_DIR$/lib" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$PROJECT_DIR$/lib" recursive="false" />
</library>
</component>

View File

@@ -1,10 +0,0 @@
<component name="libraryTable">
<library name="lib1">
<CLASSES>
<root url="jar://$PROJECT_DIR$/ÜB-Praxis-Scanner für Namen-Leer/lib/hamcrest-all-1.3.jar!/" />
<root url="jar://$PROJECT_DIR$/ÜB-Praxis-Scanner für Namen-Leer/lib/jflex-1.6.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

View File

@@ -1,10 +0,0 @@
<component name="libraryTable">
<library name="lib2">
<CLASSES>
<root url="jar://$PROJECT_DIR$/ÜB-Praxis-JFlex Scanner für AS-Leer/lib/jflex-1.6.1.jar!/" />
<root url="jar://$PROJECT_DIR$/ÜB-Praxis-JFlex Scanner für AS-Leer/lib/hamcrest-all-1.3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

View File

@@ -1,5 +1,8 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Run Antlr builder" type="Application" factoryName="Application">
<option name="ALTERNATIVE_JRE_PATH" value="1.8.0_181" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
<option name="INCLUDE_PROVIDED_SCOPE" value="true" />
<option name="MAIN_CLASS_NAME" value="org.antlr.Tool" />
<module name="CC-Praxis-Antlr Parser fuer X-Leer" />
<option name="PROGRAM_PARAMETERS" value="&quot;$ModuleSourcePath$/de/dhbw/compiler/antlrxparser/X.g&quot;" />