summaryrefslogtreecommitdiff
path: root/jefs.fs
diff options
context:
space:
mode:
Diffstat (limited to 'jefs.fs')
-rw-r--r--jefs.fs3
1 files changed, 3 insertions, 0 deletions
diff --git a/jefs.fs b/jefs.fs
index aa5d44c..2f262f6 100644
--- a/jefs.fs
+++ b/jefs.fs
@@ -1,3 +1,6 @@
+: decimal 10 base ! ;
+: hex 16 base ! ;
+
: [compile] parse find drop >cfa compile, ; immediate
: ' parse find drop >cfa [compile] lit ; immediate \ note: no error handling (yet)