summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKyle Gunger <corechg@gmail.com>2020-11-16 21:56:46 -0500
committerKyle Gunger <corechg@gmail.com>2020-11-16 21:56:46 -0500
commit9909931882ba57ae674130efccb8f82c603c24ae (patch)
treeed9cf5651e421b5042d775abf969c34dea84c69b /README.md
parent0428c27adf1a145f295ec477d498596ff1a75736 (diff)
Start of parselist func
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2ab6fff..46bffc9 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
# tnsl-parse
The tokenizer for the [TNSL Language](https://github.com/CoreChg/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 which will be written in native TNSL \ No newline at end of file