diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-11-23 13:08:40 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-11-23 13:08:40 -0500 |
commit | d4cc7b8e4bd0df63534fcbf63fc49b0be5f96d71 (patch) | |
tree | 0ad0aefe47e87a1156104cf1398c19399499b8a9 | |
parent | 5eeec21759dc49252ebbcdb5e0d9336f68d0a51e (diff) |
Update readme with logo
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +![TNSL Logo](./logo/tnsl-logo.svg) + # tnsl-lang This is the base repository for the tnsl language, and includes the standard compiler implementation, specification, and libtnsl implementation. The specification and compiler are licenced under the CDDL-1.0 (LICENCE.md), while libtnsl is dual-licenced under both the CDDL-1.0 (LICENCE.md) and BSD-3-Clause (libtnsl/LICENCE-BSD3.md). |