Namespace GCore.Antlr.Grammers.Brainfuck
Classes
brainfuckBaseListener
This class provides an empty implementation of IbrainfuckListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
brainfuckBaseVisitor<Result>
This class provides an empty implementation of IbrainfuckVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
brainfuckLexer
brainfuckParser
brainfuckParser.File_Context
brainfuckParser.OpcodeContext
brainfuckParser.StatementContext
Interfaces
IbrainfuckListener
This interface defines a complete listener for a parse tree produced by brainfuckParser.
IbrainfuckVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by brainfuckParser.