class Syntaks::EBNF::Rep(V)
- Syntaks::EBNF::Rep(V)
- Syntaks::EBNF::Component(Array(V))
- Syntaks::EBNF::AbstractComponent
- Reference
- Object
Defined in:
syntaks/ebnf/rep.crConstructors
Instance Method Summary
- #==(other : Rep)
- #call_impl(state : State, ctx : Context = EmptyContext.new) : Success(Array(V)) | Failure | Error
- #inspect(io)
- #rule : Component(V)
- #simple? : Bool
- #to_s(io)