summaryrefslogtreecommitdiff
path: root/tnslc/README.md
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-06-25 00:19:17 -0400
committerKyle Gunger <kgunger12@gmail.com>2024-06-25 00:19:17 -0400
commit3b5de0beed36c10798f96972ec9c9eeb142561c2 (patch)
treed3d02830118992d229717e4657ff87d77ff01c1e /tnslc/README.md
parentc4c595fe22bc76aa4d27f2383ec68a0aa74da37c (diff)
Start work on ast gen
Diffstat (limited to 'tnslc/README.md')
-rw-r--r--tnslc/README.md4
1 files changed, 2 insertions, 2 deletions
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