Matthewar / ASV

A Haskell VHDL Simulation Tool
GNU General Public License v3.0
0 stars 0 forks source link

Decent Parser Error Messages #18

Open Matthewar opened 6 years ago

Matthewar commented 6 years ago

Currently parser messages are not implemented (aside from GenericParserError, which provides no helpful information).

A first stage solution for this is to implement a fail-on-error system using the current monadic parser.

Matthewar commented 6 years ago

Example test code: