robrix / Madness

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

Parse over sliceables #67

Closed robrix closed 9 years ago

robrix commented 9 years ago

Madness’ combinators can parse over recursive sliceables (i.e. S: Sliceable where S.SubSlice == S).

Note that Sliceable requires CollectionType. I’ve opened an issue about relaxing the constraint to CollectionType.

Fixes #43.

/cc @jspahrsummers