CompilerTeaching / Pegmatite

A library for reusable parsers
http://compilerteaching.github.io/pegmatite/
BSD 2-Clause "Simplified" License
16 stars 9 forks source link

Make error reporting more flexible. #16

Closed trombonehero closed 9 years ago

trombonehero commented 9 years ago

Instead of committing to a particular in-memory representation for errors, provide a function type that can be used to report errors via callback.