robrix / Hammer

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

Idiomatic nonterminal construction #89

Closed robrix closed 10 years ago

robrix commented 10 years ago

This allows a more idiomatic construction of grammars.

Fixes #88. Fixes #24.