diff --git a/ForthState.tl b/ForthState.tl new file mode 100644 index 0000000..67d236a --- /dev/null +++ b/ForthState.tl @@ -0,0 +1,8 @@ + + + +local record GlobalState + stacks: {Stack} + -- dictionaries: {string:any} + +end diff --git a/stack.tl b/Stack.tl similarity index 100% rename from stack.tl rename to Stack.tl