diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2023-05-15 19:34:39 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2023-05-15 19:34:39 -0400 |
commit | b6cd30ba672c64f3d96aa2b0c98bc13f4c603d21 (patch) | |
tree | a609cb4258af53438f5b5bc44c3f8f04dafa16fa | |
parent | cb277c3a30a1b5c250dea2e9c11ea0983b1cc9b9 (diff) |
Update readme
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -10,6 +10,9 @@ Under the folder `spec` is the [TNSL language specification](./spec/README.md). Current specification version: 0.0.1 + Current tnslc version: + 0.0.2 + ## libtnsl An implimentation of the TNSL standard library. Dual licenced under the CDDL 1.0 and BSD 3-clause licences. @@ -38,7 +41,7 @@ It is reccommended that if you are going to clone this repository and attempt to Specification: incomplete libtnsl: incomplete - tnslc: incomplete + tnslc: in progress ## Credits |