From 3b5de0beed36c10798f96972ec9c9eeb142561c2 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Tue, 25 Jun 2024 00:19:17 -0400 Subject: Start work on ast gen --- tnslc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tnslc/README.md') diff --git a/tnslc/README.md b/tnslc/README.md index 0eb3ddc..9a69f6b 100644 --- a/tnslc/README.md +++ b/tnslc/README.md @@ -4,12 +4,12 @@ The reference compiler for the TNSL programming language. The compiler is writt ## Usage: -Place the [bootstrap compiler](https://git.cshift.net/CircleShift/ctc) `ctc` in the folder and execute `run.sh` +Place the [bootstrap compiler](https://git.cshift.net/CircleShift/ctc) `ctc` in this folder and execute `build.sh` The compiler outputs x86 NASM compatible assembly. Examples: - `./ctc dummy.tnsl dummy.asm` - Run the bootstrap compiler on the dummy file, output to dummy.asm -- `./run.sh` - Build the compiler +- `./build.sh` - Build the compiler ## License -- cgit v1.2.3