diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2023-05-13 23:26:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-13 23:26:11 -0400 |
commit | bda3c4f607a30b9d8b388c22be635c27078c8a0d (patch) | |
tree | b969f0fb6c5c63b22460ebf43094cf02e0ae8299 /tnslc | |
parent | ed3135b65795850705295622ac8377cfc49e6164 (diff) |
Update README.md
Diffstat (limited to 'tnslc')
-rw-r--r-- | tnslc/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tnslc/README.md b/tnslc/README.md index 70782e1..da461e2 100644 --- a/tnslc/README.md +++ b/tnslc/README.md @@ -5,6 +5,7 @@ The reference compiler for the TNSL programming language. The compiler is writt ## Usage: Place the interpreter `tint` in the parent folder and execute `run.sh` with the argument being the flags for the compiler. +The compiler outputs x86 NASM compatible assembly. Examples: - `./run.sh dummy.tnsl` - Run the compiler on the dummy file |