LispGrammarDefinition class

LISP grammar definition.

Implementers

Constructors

LispGrammarDefinition()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

atom() → Parser
atomChoice() → Parser
bracket(String brackets, Parser parser) → Parser
build<T>({Function? start, List<Object> arguments = const []}) → Parser<T>
Builds a composite parser from this definition.
inherited
buildFrom<T>(Parser<T> parser) → Parser<T>
Builds a composite parser starting at the specified production.
inherited
cell() → Parser
cells() → Parser
character() → Parser
characterEscape() → Parser
characterRaw() → Parser
comment() → Parser
empty() → Parser
list() → Parser
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
number() → Parser
numberToken() → Parser
quasiquote() → Parser
quote() → Parser
space() → Parser
splice() → Parser
start() → Parser
The starting production of this definition.
string() → Parser
symbol() → Parser
symbolToken() → Parser
toString() String
A string representation of this object.
inherited
unquote() → Parser

Operators

operator ==(Object other) bool
The equality operator.
inherited