eki / mathcraft

A mathtastic computer algebra system.
0 stars 0 forks source link

Make Error an immediate value #16

Open eki opened 4 years ago

eki commented 4 years ago

When there's a parser error, have it return an object like undefined that carries the error message. As with undefined any attempt to manipulate an error simply propagates the error.