Show / Hide Table of Contents

Namespace GCore.Antlr.Grammers.Lolcode

Classes

lolcodeBaseListener

This class provides an empty implementation of IlolcodeListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

lolcodeBaseVisitor<Result>

This class provides an empty implementation of IlolcodeVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

lolcodeLexer

lolcodeParser

lolcodeParser.AddContext

lolcodeParser.All_Context

lolcodeParser.Any_Context

lolcodeParser.AssignmentContext

lolcodeParser.BothContext

lolcodeParser.CastContext

lolcodeParser.Code_blockContext

lolcodeParser.CommentContext

lolcodeParser.DeclarationContext

lolcodeParser.DivContext

lolcodeParser.EitherContext

lolcodeParser.Else_if_blockContext

lolcodeParser.EqualsContext

lolcodeParser.ExpressionContext

lolcodeParser.Func_Context

lolcodeParser.Func_declContext

lolcodeParser.GreaterContext

lolcodeParser.If_blockContext

lolcodeParser.Input_blockContext

lolcodeParser.LessContext

lolcodeParser.LoopContext

lolcodeParser.ModContext

lolcodeParser.MulContext

lolcodeParser.Not_Context

lolcodeParser.Not_equalsContext

lolcodeParser.Print_blockContext

lolcodeParser.ProgramContext

lolcodeParser.StatementContext

lolcodeParser.SubContext

Interfaces

IlolcodeListener

This interface defines a complete listener for a parse tree produced by lolcodeParser.

IlolcodeVisitor<Result>

This interface defines a complete generic visitor for a parse tree produced by lolcodeParser.

In This Article
Back to top Generated by DocFX