|
GNU Prolog for Java | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
gnu.prolog.io.parser.gen
.
See:
Description
Class Summary | |
---|---|
NameToken | |
ReaderCharStream | An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing). |
TermParserUtils |
This package contains the TermParser.jj file which is used by javacc to
generate the parser found in gnu.prolog.io.parser.gen
.
There is also a TermParser.g file which is an in progress conversion of
JavaCC grammar to antlr.
This package also contains classes such as NameToken
and
ReaderCharStream
and TermParserUtils
which contain some of
the code needed to integrate the generated parser with the rest of the
codebase.
TODO: parser does not properly handle unicode even in comments @see ReaderCharStream
|
GNU Prolog for Java | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |