robrix / Madness

Recursive Descent Into Madness
MIT License
291 stars 17 forks source link

High-level parse operator #21

Closed robrix closed 9 years ago

robrix commented 9 years ago

Given Parser<T>.Function and String return T?. Require the input to be parsed fully.