diff src/error.s @ 121:5d5472b11ccd

Initital skeleton of separation of separate parsing scheme This is the first commit in a long series related to separating the parsing of the input code from the execution of the code. It should allow for more efficient, and probably simpler, execution while giving quicker feedback when someone types in syntactically invalid code.
author William Astle <lost@l-w.ca>
date Sun, 31 Dec 2023 17:44:39 -0700
parents a6a53e5c04bd
children 95f174bf459b
line wrap: on
line diff
--- a/src/error.s	Sun Dec 31 17:42:39 2023 -0700
+++ b/src/error.s	Sun Dec 31 17:44:39 2023 -0700
@@ -63,4 +63,6 @@
                 fcn 'Type mismatch'
                 deferr div0
                 fcn 'Division by zero'
+                deferr om
+                fcn 'Out of memory'
                 *pragmapop list