robrix / Madness

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

Parse til delimiter #48

Open robrix opened 9 years ago

robrix commented 9 years ago

Like parse but returns non-nil if rest is empty or if the next character is a specified delimiter. Should probably return the string too?