[09 - LL(I) AST] Re-init project as project with modules

This commit is contained in:
2020-05-25 11:55:53 +02:00
parent ffd623e674
commit 0598ac09a7
22 changed files with 3755 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="JFlex" default="scanner" basedir=".">
<description>
Generate Scanner from lex-files
</description>
<taskdef classname="jflex.anttask.JFlexTask" name="jflex" classpath="lib/jflex-1.6.1.jar"/>
<target name="scanner">
<jflex file="src/de/dhbw/compiler/XParser/JFlexXScanner.lex" />
</target>
</project>