DylanSp / wheel-lang

A small toy imperative language (with some OOP features) for demonstrating and practicing language design/implementation.
MIT License
14 stars 0 forks source link

Improve parser error handling #99

Open DylanSp opened 2 years ago

DylanSp commented 2 years ago

Two major areas of potential improvement:

Don't try to proceed past parsing if there are parse errors.

DylanSp commented 2 years ago

Parse error handling with panic/synchronization: