@neauoire I see that code and think that perhaps the syntax "A <> B" could be better than "<> A B" ... but perhaps there is a good reason you use the prefix <> instead of infix?
@marcos_don yeah, it scans from the left of the program without doing lookaheads. It'd be wasteful to scan forward, also, the right hand side can be left empty :)
@marcos_don yeah, it scans from the left of the program without doing lookaheads. It'd be wasteful to scan forward, also, the right hand side can be left empty :)