about summary refs log tree commit diff stats
path: root/apps/tile/rpn.mu
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tile/rpn.mu')
-rw-r--r--apps/tile/rpn.mu3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/tile/rpn.mu b/apps/tile/rpn.mu
index 4f9a926c..83f6e909 100644
--- a/apps/tile/rpn.mu
+++ b/apps/tile/rpn.mu
@@ -46,6 +46,9 @@ fn evaluate defs: (addr function), bindings: (addr table), scratch: (addr line),
         push-int-stack out, a
         break $evaluate:process-word
       }
+      # HERE: if curr-text is a known function name, call it appropriately
+      {
+      }
       # otherwise it's an int
       {
         var n/eax: int <- parse-decimal-int-from-stream curr-text