From 64d8a228f4407bddea8be60e4657f04a49b1c35a Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Wed, 13 Jul 2022 21:15:39 -0400 Subject: Update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1210fec..f9f976f 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ After that, work can begin on the real parser/compiler which will be written in This project was originally supposed to form a go based compiler for the language, but in the interest of time, it seems more efficient to build an interpreter instead so we can work on the TNSL based compiler sooner. -To build the parser: +To build both for linux: - ./gobuild.sh parse + ./gobuild.sh linux -To build the interpreter: +To build just one: - ./gobuild.sh tint + ./gobuild.sh linux Binaries will be dumped in the "build" folder. -- cgit v1.2.3