Syntaks::EBNF::Terminal(V)
Inherits Syntaks::EBNF::Component < Syntaks::EBNF::AbstractComponent < Reference < Object
Constructors
new(matcher : Regex | String, action : Token -> V)
SourceClass methods
build(matcher : Matcher, action : Token -> V)
Sourcebuild(matcher : Matcher)
SourceInstance methods
==(other : Terminal)
Sourcecall_impl(state : State, ctx : Context = EmptyContext.new) : Success(V) | Failure | Error
Sourceinspect(io)
Sourcematcher
Sourcesimple?
Sourceto_s(io)
Source