From 69972a8399efe4abb8567526e90262e131f90d26 Mon Sep 17 00:00:00 2001 From: Chouser Date: Sat, 14 Feb 2015 13:40:07 -0500 Subject: forth: Add step 3 --- forth/printer.fs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'forth/printer.fs') 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" #" str-append ;; drop +SpecialOp + extend pr-buf + drop s" #" str-append ;; +drop + MalSymbol extend pr-buf unpack-sym str-append ;; -- cgit v1.2.3