robrix / Madness

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

Error reporting #47

Closed robrix closed 9 years ago

robrix commented 9 years ago

We don’t have any right now! It’s just pass/fail. That sucks.

jspahrsummers commented 9 years ago

The current lack of error reporting will hit Carthage pretty hard, because any deviation from OGDL syntax will result in the whole file failing to parse, without any indication as to why.

robrix commented 9 years ago

So, we need:

My intuition is that the latter is essentially the same problem as ambiguity, cf #69.