aboutsummaryrefslogtreecommitdiff
path: root/forth/printer.fs
diff options
context:
space:
mode:
Diffstat (limited to 'forth/printer.fs')
-rw-r--r--forth/printer.fs5
1 files changed, 5 insertions, 0 deletions
diff --git a/forth/printer.fs b/forth/printer.fs
index d85e38b..cc376e6 100644
--- a/forth/printer.fs
+++ b/forth/printer.fs
@@ -149,6 +149,11 @@ MalFn
drop s" #<fn>" str-append ;;
drop
+SpecialOp
+ extend pr-buf
+ drop s" #<op>" str-append ;;
+drop
+
MalSymbol
extend pr-buf
unpack-sym str-append ;;