diff options
Diffstat (limited to 'tnslc/README.md')
-rw-r--r-- | tnslc/README.md | 4 |
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 |