summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2021-10-29 20:08:18 -0400
committerKyle Gunger <kgunger12@gmail.com>2021-10-29 20:08:18 -0400
commita5a9f99b735c9ccb7968785692c3b65404a5233d (patch)
tree78264bd4f16c48c88771e4141562c2cf8b031855
parent3395cd7dc356b61fe48ee9d755eef8a7b19ee9f1 (diff)
parent4f54132dec30f0b3916d23fbb169be5fdbdc5259 (diff)
Merge branch 'master' of https://github.com/CircleShift/tnsl-parse
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a88faf5..2db9a51 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# tnsl-parse
-The tokenizer for the [TNSL Language](https://github.com/CoreChg/tnsl-lang). Written in Go for the moment.
+The tokenizer for the [TNSL Language](https://github.com/CircleShift/tnsl-lang). Written in Go for the moment.
The goal is to get this part written, and then write a backend for any arch (x86, arm, risc-v, etc.).
After that, work can begin on the real parser/compiler which will be written in native TNSL
@@ -22,4 +22,4 @@ Binaries will be dumped in the "build" folder.
## Status:
Parser: broke
- Interpreter: not started \ No newline at end of file
+ Interpreter: not started