thk2b/algebra

Reconsider how custom Errors are handled

Closed this issue · 0 comments

thk2b commented

Currently, every core module has its own errors. There should be a global Error file instead.

Errors include:

  • LexicalError

    • UnexpectedToken
  • SyntaxError

    • MissingParenthesis
    • MissingExpression
  • MathError

    • DivisionByZeroError