red / REP

Red Enhancement Process
BSD 3-Clause "New" or "Revised" License
11 stars 4 forks source link

WISH: `new-line` native rule in Parse for reasonably fast line-oriented data processing #133

Open hiiamboris opened 2 years ago

hiiamboris commented 2 years ago

Wanted e.g.copy line to [new-line | end]. Right now I have to write =new-line=: [p: if (new-line? p) | end], evaluating a Red expression for each token of data.