ylixir / phap

Php Has Another Parser
GNU Lesser General Public License v3.0
4 stars 1 forks source link

error handling #25

Open ylixir opened 5 years ago

ylixir commented 5 years ago

have a good story for error messages. we should be able to at least report line and column numbers from original input.

how is this even going to work with polymorphic inputs?

should we implement contexts as the elm parser has to enable better error codes (typically a weak point for a parser combinator)