robrix / Hammer

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

Cyclic equality #61

Open robrix opened 10 years ago

robrix commented 10 years ago

Nonterminals will probably want to use fixpoints for both of these.

Terminals have no need.

robrix commented 10 years ago

Can this be done with destructuring pattern matching once #78 is done? I think so. Would fix to @YES and recurse.