diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-10-14 23:52:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-14 23:52:12 -0400 |
commit | 4f54132dec30f0b3916d23fbb169be5fdbdc5259 (patch) | |
tree | bf0161546fe4fad97141a2434656f8f0956770d0 | |
parent | 8502bdd410c5a685a66a218fa97ddd2e7d207d30 (diff) |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |