diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-03-26 13:49:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-26 13:49:53 -0400 |
commit | bb59c119af8ca19fa0eece110f6f7444e52dd558 (patch) | |
tree | 25e5c1823e633d4943525d20cc5abefbb6a013a0 | |
parent | 3574a95ecb54c3e88f2f897ae919435d92ec0241 (diff) |
Update tnslc's readme
-rw-r--r-- | tnslc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/README.md b/tnslc/README.md index 422214b..0eb3ddc 100644 --- a/tnslc/README.md +++ b/tnslc/README.md @@ -4,7 +4,7 @@ The reference compiler for the TNSL programming language. The compiler is writt ## Usage: -Place the bootstrap compiler `ctc` in the folder and execute `run.sh` +Place the [bootstrap compiler](https://git.cshift.net/CircleShift/ctc) `ctc` in the folder and execute `run.sh` The compiler outputs x86 NASM compatible assembly. Examples: |