Namespace GCore.Antlr.Grammers.Redcode
Classes
redcodeBaseListener
This class provides an empty implementation of IredcodeListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
redcodeBaseVisitor<Result>
This class provides an empty implementation of IredcodeVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
redcodeLexer
redcodeParser
redcodeParser.CommentContext
redcodeParser.File_Context
redcodeParser.InstructionContext
redcodeParser.LineContext
redcodeParser.MmodeContext
redcodeParser.ModifierContext
redcodeParser.NumberContext
redcodeParser.OpcodeContext
Interfaces
IredcodeListener
This interface defines a complete listener for a parse tree produced by redcodeParser.
IredcodeVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by redcodeParser.