summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2021-12-15 15:25:33 -0500
committerKyle Gunger <kgunger12@gmail.com>2021-12-15 15:25:33 -0500
commitcd1571adfd8a734f352501d18a3731db920578cb (patch)
treec31d9609fa4b092323e38f47f26037ec48530f14
parentaa99f8f5b507468959cb1bb0942c86fc8384ba32 (diff)
[EXEC] renamed exec.go to tint.go
-rw-r--r--README.md4
-rw-r--r--src/tint.go (renamed from src/exec.go)0
2 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
diff --git a/src/exec.go b/src/tint.go
index 6213e92..6213e92 100644
--- a/src/exec.go
+++ b/src/tint.go