Namespace GCore.Antlr.Grammers.Agc
Classes
agcBaseListener
This class provides an empty implementation of IagcListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
agcBaseVisitor<Result>
This class provides an empty implementation of IagcVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
agcLexer
agcParser
agcParser.ArgumentContext
agcParser.Assignment_lineContext
agcParser.AtomContext
agcParser.Axt_opcodeContext
agcParser.Blank_lineContext
agcParser.Comment_lineContext
agcParser.CommentContext
agcParser.DecimalContext
agcParser.EolContext
agcParser.Erase_lineContext
agcParser.ExpressionContext
agcParser.Instruction_lineContext
agcParser.InteContext
agcParser.LabelContext
agcParser.LineContext
agcParser.MultiplyingExpressionContext
agcParser.OpcodeContext
agcParser.OpcodesContext
agcParser.ProgContext
agcParser.Pseudo_opcodeContext
agcParser.Register_Context
agcParser.Standard_opcodeContext
agcParser.VariableContext
agcParser.WsContext
Interfaces
IagcListener
This interface defines a complete listener for a parse tree produced by agcParser.
IagcVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by agcParser.