From ccc11c810d66c5847448293551cafd389f6e4508 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Wed, 1 Dec 2021 21:36:31 -0500 Subject: [Readme] links and format updates --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a45d479..ef3934d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ ![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). +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](./LICENCE.md)), while libtnsl is dual-licenced under both the CDDL-1.0 ([LICENCE.md](./LICENCE.md)) and BSD-3-Clause ([LICENCE-BSD3.md](./libtnsl/LICENCE-BSD3.md)). ## tnsl specification -Under the folder `spec` is the TNSL language's specification. It has been broken up into chapters in markdown format. Any sub-folders are details on other related projects such as libtnsl (the standard library) and tnslc (the default compiler). +Under the folder `spec` is the [TNSL language specification](./spec/README.md). It has been broken up into chapters in markdown format. Any sub-folders are details on other related projects such as [libtnsl](./spec/libtnsl/README.md) (the standard library) and [tnslc](./spec/tnslc/README.md) (the default compiler). Current specification version: 0.0.1 -- cgit v1.2.3