beelsebob / CoreParse

A shift/reduce parsing framework for Mac OS X and iOS
BSD 3-Clause "New" or "Revised" License
366 stars 49 forks source link

CoreParse cannot handle ambiguous grammars #6

Open beelsebob opened 13 years ago

beelsebob commented 13 years ago

CoreParse needs a method of handling shift/reduce and reduce/reduce conflicts to allow for dealing with ambiguous grammars.