aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/common/lib/forth2012/tools/name2interpret.frt
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/common/lib/forth2012/tools/name2interpret.frt')
-rw-r--r--amforth-6.5/common/lib/forth2012/tools/name2interpret.frt4
1 files changed, 4 insertions, 0 deletions
diff --git a/amforth-6.5/common/lib/forth2012/tools/name2interpret.frt b/amforth-6.5/common/lib/forth2012/tools/name2interpret.frt
new file mode 100644
index 0000000..417980a
--- /dev/null
+++ b/amforth-6.5/common/lib/forth2012/tools/name2interpret.frt
@@ -0,0 +1,4 @@
+
+: name>interpret ( nt -- xt )
+ nfa>cfa
+;