Shell: Show descriptions about syntax errors

The description contains an error message and where in the source the
error happened.
This commit is contained in:
AnotherTest 2020-06-28 18:42:57 +04:30 committed by Andreas Kling
commit d6de2b5828
Notes: sideshowbarker 2024-07-19 05:08:48 +09:00
5 changed files with 90 additions and 43 deletions

View file

@ -31,5 +31,6 @@ namespace AST {
class Node;
class Value;
class SyntaxError;
}