Namespace GCore.Antlr.Grammers.Sexpression
Classes
sexpressionBaseListener
This class provides an empty implementation of IsexpressionListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
sexpressionBaseVisitor<Result>
This class provides an empty implementation of IsexpressionVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
sexpressionLexer
sexpressionParser
sexpressionParser.AtomContext
sexpressionParser.ItemContext
sexpressionParser.List_Context
sexpressionParser.SexprContext
Interfaces
IsexpressionListener
This interface defines a complete listener for a parse tree produced by sexpressionParser.
IsexpressionVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by sexpressionParser.