Initial commit
This commit is contained in:
13
ÜB-Praxis-JFlex Scanner für AS-Leer/lib/jflexant.xml
Normal file
13
ÜB-Praxis-JFlex Scanner für AS-Leer/lib/jflexant.xml
Normal 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="jflex-1.6.1.jar" />
|
||||
|
||||
<target name="scanner">
|
||||
<jflex file="../src/de/dhbw/compiler/jflexasscanner/JFlexASScanner.flex" />
|
||||
</target>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user