summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-03-26 16:03:26 -0400
committerGitHub <noreply@github.com>2024-03-26 16:03:26 -0400
commitf4da286b9ea4abae997e03cd0ce1f2e1ef534b7c (patch)
tree5fbe2d03835a6499a5aee1176491fa470d9622d1 /README.md
parent948cfe891a1234f52057db56f7cb1ea088de5ade (diff)
Update refs to interpreter
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 37b4fd1..62c88b6 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ The standard TNSL compiler suite. Contains a universal front end for producing
Until the go based interpereter is done, some code may not be correct TNSL code to account for inconsistancies in the bootstrap interpereter. However, the code shouldn't be too far from normal TNSL, the only real difference should be import statements, which will be fixed after the compiler can compile itself.
-It is reccommended that if you are going to clone this repository and attempt to run anything within, first you should clone the latest version of [the interpreter](https://github.com/CircleShift/tnsl-parse) and build it. Place the tint binary in this directory.
+It is reccommended that if you are going to clone this repository and attempt to run anything within, first you should clone the latest version of [ctc](https://github.com/CircleShift/ctc) and build it. Place the ctc binary in the tnslc directory.
## Status