mreichelt / monkey-dart

Writing an interpreter for the Monkey 🐒 language in Dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use exceptions for error handling

mreichelt opened this issue · comments

Yep, Dart has exceptions. Let's use them!