Initial commit

This commit is contained in:
2020-04-27 13:22:01 +02:00
commit 89ee1e1beb
69 changed files with 2806 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,12 @@
<?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="jflex-1.6.1.jar"/>
<target name="scanner">
<jflex file="../src/de/dhbw/compiler/JFlexASScanner/JFlexASScanner.lex" />
</target>
</project>