aboutsummaryrefslogtreecommitdiff
path: root/forth/types.fs
diff options
context:
space:
mode:
authorChouser <chouser@n01se.net>2015-02-07 10:01:31 -0500
committerChouser <chouser@n01se.net>2015-02-21 13:22:44 -0500
commit2e78e94eb894e511e583db03286a3c13b9ecc780 (patch)
treee74193c142d3efd8486329458f7ed639943afc19 /forth/types.fs
parent168fb5dc56fee6653816ee8236259940e575c7ec (diff)
downloadmal-2e78e94eb894e511e583db03286a3c13b9ecc780.tar.gz
mal-2e78e94eb894e511e583db03286a3c13b9ecc780.zip
forth: Finished step 1
Diffstat (limited to 'forth/types.fs')
-rw-r--r--forth/types.fs4
1 files changed, 4 insertions, 0 deletions
diff --git a/forth/types.fs b/forth/types.fs
index 7f6b6ea..2933448 100644
--- a/forth/types.fs
+++ b/forth/types.fs
@@ -188,6 +188,10 @@ MalType%
cell% field MalVector/list
deftype* constant MalVector
+MalType%
+ cell% field MalMap/list
+deftype* constant MalMap
+
\ Examples of extending existing protocol methods to existing type
MalDefault
extend conj ( obj this -- this )