Source: sablecc Section: java Priority: extra Maintainer: Debian Java Maintainers Uploaders: Alexandre Rossi , Chris Halls , Mathieu Trudel-Lapierre Build-Depends: debhelper (>= 9), default-jdk, javahelper (>=0.20), ant Standards-Version: 3.9.7 Homepage: http://sablecc.org/ Vcs-Git: https://anonscm.debian.org/git/pkg-java/sablecc.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/sablecc.git Package: sablecc Architecture: all Depends: ${misc:Depends}, ${java:Depends} Description: Object-oriented fully featured parser generator SableCC is a parser generator which generates fully featured object-oriented frameworks for building compilers, interpreters and other text parsers. . In particular, generated frameworks include intuitive strictly-typed abstract syntax trees and tree walkers. SableCC also keeps a clean separation between machine-generated code and user-written code. . This package also contains AntTask, a task to invoke SableCC on grammar files.