From 969277f8ae5cd05b42b609e6deb6f5b49db8c7d3 Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Sun, 4 Feb 2024 13:38:06 -0800 Subject: [PATCH] Update docs for latest PLFORTH --- doc/PLFORTH.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/PLFORTH.md b/doc/PLFORTH.md index 25a564b..46f4d22 100644 --- a/doc/PLFORTH.md +++ b/doc/PLFORTH.md @@ -108,6 +108,14 @@ There are a few useful scripts located in the `scripts` directory. By far the mo `EDIT" ssss"`: Edit file `ssss` +## Command line options + +`-F`: Fast flag (like `PCB` as first command) + +`-T`: Trace flag (like `TRON` as first command) + +`SCRIPT NAME`: Soure filename to execute + ## Caveats This is definitely a Work-In-Progress. There are still a few places where I'm unsure about the proper implementation of some words, especially the more esoteric compiler constructs. It also looks suspiciously like an early '80s wordset, as that is what I'm most familiar with.