robrix / Hammer

Parsing and pattern matching in Objective-C
BSD 3-Clause "New" or "Revised" License
75 stars 1 forks source link

Reduction compactions #67

Closed robrix closed 10 years ago

robrix commented 10 years ago

Compactions for reductions & concatenations that follow the paper more closely.

This involved gutting everything that dealt with arrays and having it deal with lists instead.