From 5cf518362e6bc08eb44eb8d6ed74a0a23c2c3a5f Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Mon, 2 May 2022 03:07:06 -0400 Subject: Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index df0fdc9..ab5bdf6 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ The standard TNSL compiler suite. Contains a universal front end for producing Until the go based interpereter is done, some code may not be correct TNSL code to account for inconsistancies in the bootstrap interpereter. However, the code shouldn't be too far from normal TNSL, the only real difference should be import statements, which will be fixed after the compiler can compile itself. +It is reccommended that if you are going to clone this repository and attempt to run anything within, first you should clone the latest version of [the interpreter](https://github.com/CircleShift/tnsl-parse) and build it. Place the tint binary in this directory. + ## Status Specification: incomplete -- cgit v1.2.3