diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-11-16 21:56:46 -0500 |
---|---|---|
committer | Kyle Gunger <corechg@gmail.com> | 2020-11-16 21:56:46 -0500 |
commit | 9909931882ba57ae674130efccb8f82c603c24ae (patch) | |
tree | ed9cf5651e421b5042d775abf969c34dea84c69b /README.md | |
parent | 0428c27adf1a145f295ec477d498596ff1a75736 (diff) |
Start of parselist func
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |