Package org.eolang.parser
EO parser.
- Since:
- 0.1
- Version:
- $Id: 6d287f0b645bc6494797462aea3dc5432b10c18a $
- Author:
- Yegor Bugayenko ([email protected])
- See Also:
- Project site www.eolang.org, GitHub project
-
Interface Summary Interface Description EoListener This interface defines a complete listener for a parse tree produced byEoParser
.PhiListener This interface defines a complete listener for a parse tree produced byPhiParser
.Syntax Syntax parser, to XMIR, using ANTLR4. -
Exception Summary Exception Description ParsingException When parsing fails.