aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2012-11-19 10:11:44 +1100
committerJustin Bedo <cu@cua0.org>2012-11-19 10:11:44 +1100
commit1b30051ee29fbf6a0ddf989a1faac2481d601bd9 (patch)
tree58d2298c95afd282cbca1b15eb469c53e6b778d9 /README
Import of untracked forth codebase.HEADmaster
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..26bd541
--- /dev/null
+++ b/README
@@ -0,0 +1,3 @@
+This is a Forth interpreter for Linux written in ASM. It uses
+call-based threading and optimises small ASM primitives by inlining to
+avoid the call.