SegmentCheckParser
open class SegmentCheckParser<A : Action>(segment: String, next: ActionParser<A>) : ActionParser<A>
Content copied to clipboard
Common matcher that checks if segment in parse equals segment
Constructors
Link copied to clipboard
fun <A : Action> SegmentCheckParser(segment: String, next: ActionParser<A>)
Content copied to clipboard