abstract class Syntaks::Parser
- Syntaks::Parser
- Reference
- Object
Included Modules
Defined in:
syntaks/parser.crInstance Method Summary
- #call(input : String, ctx : Context = EmptyContext.new)
- #call(source : Source, ctx : Context = EmptyContext.new)
- #call(state : State, ctx : Context = EmptyContext.new)
- #call!(input : String)
- #call!(src : Source)
- #inspect(io)
- #profile(input : String | Source)
- #root : Component