diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | src/tint.go (renamed from src/exec.go) | 0 |
2 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 diff --git a/src/exec.go b/src/tint.go index 6213e92..6213e92 100644 --- a/src/exec.go +++ b/src/tint.go |