From ed3135b65795850705295622ac8377cfc49e6164 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sat, 13 May 2023 23:25:07 -0400 Subject: Update README.md --- tnslc/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tnslc') diff --git a/tnslc/README.md b/tnslc/README.md index 937fdce..70782e1 100644 --- a/tnslc/README.md +++ b/tnslc/README.md @@ -10,6 +10,8 @@ Examples: - `./run.sh dummy.tnsl` - Run the compiler on the dummy file - `./run.sh "dummy.tnsl ../libtnsl/libtnsl.tnsl"` - Run the compiler on the dummy file but also link libtnsl +- `.\run.ps1 tnslc_wrapped.tnsl`: Run the compiler on the sample "Hello World" program + ### Credits Copyright 2021-2022 Kyle Gunger @@ -24,4 +26,4 @@ Examples: THIS SOFTWARE/SOURCE CODE IS PROVIDED "AS IS" WITH NO WARRANTY, GUARANTEE, OR CLAIM OF FITNESS FOR ANY PURPOSE - EXPRESS OR IMPLIED \ No newline at end of file + EXPRESS OR IMPLIED -- cgit v1.2.3 From bda3c4f607a30b9d8b388c22be635c27078c8a0d Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sat, 13 May 2023 23:26:11 -0400 Subject: Update README.md --- tnslc/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'tnslc') 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 -- cgit v1.2.3