diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-12-15 15:25:33 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-12-15 15:25:33 -0500 |
commit | cd1571adfd8a734f352501d18a3731db920578cb (patch) | |
tree | c31d9609fa4b092323e38f47f26037ec48530f14 /README.md | |
parent | aa99f8f5b507468959cb1bb0942c86fc8384ba32 (diff) |
[EXEC] renamed exec.go to tint.go
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |