aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/common/lib/recognizer.frt
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/common/lib/recognizer.frt')
-rw-r--r--amforth-6.5/common/lib/recognizer.frt15
1 files changed, 0 insertions, 15 deletions
diff --git a/amforth-6.5/common/lib/recognizer.frt b/amforth-6.5/common/lib/recognizer.frt
deleted file mode 100644
index 87e812a..0000000
--- a/amforth-6.5/common/lib/recognizer.frt
+++ /dev/null
@@ -1,15 +0,0 @@
-\ common recognizer words
-\
-\ platform specific code, selected via include directory
-\ #include recognizer-arch.frt
-\
-\ build the methods table for a recognizer
-: dt:token: ( interpret-xt compile-xt postpone-xt "name" -- )
- create swap rot , , ,
-;
-
-\ get and set the stack content
-: set-recognizers forth-recognizer set-stack ;
-: get-recognizers forth-recognizer get-stack ;
-
-\ usage see Recognizer Recipes