diff --git a/index.html b/index.html index a3b8595..88d61b3 100644 --- a/index.html +++ b/index.html @@ -8,11 +8,15 @@ Hello World ! +

+ Minimal Thread Code is an alternative model for Forth inner interpreter, where the dictionary is organized with the primitives words grouped together -before the compound words. MTC is a reduced form of TachyonForth inner interpreter. +before the compound words. + +MTC is a reduced form of TachyonForth inner interpreter.