From af55c80677bba75d5dcace7e253fee27e24e79d6 Mon Sep 17 00:00:00 2001 From: nils <48135649+Nilstrieb@users.noreply.github.com> Date: Fri, 28 May 2021 14:40:03 +0200 Subject: [PATCH] f --- errors.md | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 errors.md diff --git a/errors.md b/errors.md deleted file mode 100644 index 4d4be5d..0000000 --- a/errors.md +++ /dev/null @@ -1,38 +0,0 @@ -# All GRSBPL Error Messages - -## Syntax Errors - -- Any uncaught exception occurs during lexing: - `Unknown Syntax Error. : ` - -- Invalid character escaped: - `Invalid escape sequence ` - -- Integer parse failed (can only happen because number is too big) - `Value not an integer: ` - -## Runtime Errors - -- Label not found - `Label '' not found` - -- Function not found - `Function '' not found` - -- Stack empty on return - `Function has to return some value, but no value was found on the stack` - -- Pop called on empty stack - `Cannot pop empty stack` - -- No stack frame left after return - `Tried to return outside of function, probably forgot to skip a function` - -- Stackoverflow - limit 1 000 000 - `Stackoverflow. Limit of stack frames reached.` - -- Invalid token found - `Excepted token '' but found ''` - -- Failed to read input from stdin - `[VM] - Error reading input` \ No newline at end of file