class

Syntaks::EBNF::Seq(L, R, V)

Inherits Syntaks::EBNF::Component < Syntaks::EBNF::AbstractComponent < Reference < Object

Constructors

new(left : Component(L), right : Component(R), backtracking : Bool, action : L, R -> V)
Source

Class methods

build(left : Component(L), right : Component(R), backtracking : Bool = false, &action : L, R -> V)
Source
build(left : Component(L), right : Component(R), backtracking : Bool = false)
Source

Instance methods

==(other : Seq)
Source
backtracking
Source
call_impl(state : State, ctx : Context = EmptyContext.new) : Success(V) | Failure | Error
Source
inspect(io)
Source
left
Source
right
Source
simple?
Source
to_s(io)
Source