Show / Hide Table of Contents

Namespace GCore.Antlr.Grammers.Tiny

Classes

tinyBaseListener

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

tinyBaseVisitor<Result>

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

tinyLexer

tinyParser

tinyParser.Assign_stmtContext

tinyParser.Expr_listContext

tinyParser.ExprContext

tinyParser.FactorContext

tinyParser.Id_listContext

tinyParser.IdentContext

tinyParser.IntegerContext

tinyParser.OpContext

tinyParser.ProgramContext

tinyParser.Read_stmtContext

tinyParser.Stmt_listContext

tinyParser.StmtContext

tinyParser.Write_stmtContext

Interfaces

ItinyListener

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

ItinyVisitor<Result>

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

In This Article
Back to top Generated by DocFX