Crowlang / crow

Crow Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve error reporting on standard functions

Bravotic opened this issue · comments

At the moment, many of the standard functions have error reporting, but some don't. Many of them have just placeholder text stating that an error happened, but don't describe it, and don't report the error to the interpreter which results in largely undefined behavior. Make sure to fix all of this.

Depends on #10
Rework the system before starting to create new error messages.