dbramucci / almu575

A simple markup language for writing algorithms.
MIT License
0 stars 0 forks source link

Improve error for missing symbols #6

Open dbramucci opened 6 years ago

dbramucci commented 6 years ago

If the user uses a symbols that isn't defined (makes a typo) then the current behavior is to crash.

In the short term this should be fixed to display the name of the missing symbol and in the long run, displaying the source location should also be done.

Also, a mode to bypass and continue after missing a symbol should be offered.