summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 05bee9e..92c676d 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ To build the parser:
To build the interpreter:
- ./gobuild.sh exec
+ ./gobuild.sh tint
Binaries will be dumped in the "build" folder.
@@ -41,3 +41,5 @@ Once you have built the parser, it can be invoked in the build folder with `./pa
### Other notes
With some of the code I've written, I'm kinda supprised that this even compiles.
+
+tint is short for Tnsl INTerpreter \ No newline at end of file