Namespace GCore.Antlr.Grammers.Nanofuck
Classes
nanofuckBaseListener
This class provides an empty implementation of InanofuckListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
nanofuckBaseVisitor<Result>
This class provides an empty implementation of InanofuckVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
nanofuckLexer
nanofuckParser
nanofuckParser.ExpContext
Interfaces
InanofuckListener
This interface defines a complete listener for a parse tree produced by nanofuckParser.
InanofuckVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by nanofuckParser.