From 3f132f186af8073226e3b88b53d7eebda564554c Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sat, 9 Apr 2022 16:20:37 -0400 Subject: Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0706721..1210fec 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,7 @@ What (seems to) work - `else` blocks - File IO - Print statements - -What doesn't work -- Appending to arrays +- Appending to arrays `[array variable].append( [value] )` ## Usage @@ -59,6 +57,12 @@ Once you have built the parser, it can be invoked in the build folder with `./pa - `-out ` tells the parser where to write the data. The default is `out.tnt`. +The interpreter can be invoked in the build folder with `./tint`. The cli options are as follows: + +- `-in ` Tells the interpreter what file to interpret. This is the only manditory option. + +- `-flags ` Arguments to pass to the interpreted program. Should be enclosed in quotes if you use multiple arguments. + ### Other notes With some of the code I've written, I'm kinda supprised that this even compiles. -- cgit v1.2.3