From 4dc8a597bea19678f310c476b54474fa08e61d2b Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 2 Jun 2019 09:55:05 -0700 Subject: [PATCH] Add Compiler --- informqr/informqr.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/informqr/informqr.md b/informqr/informqr.md index 6043d8d..ea91c72 100644 --- a/informqr/informqr.md +++ b/informqr/informqr.md @@ -676,4 +676,28 @@ A minimal source file: with name 'rusty' 'blunt' 'axe' 'hatchet' description "It seems old and blunt."; - Include "Grammar"; \ No newline at end of file + Include "Grammar"; + +Compiler +-------- + +To compile: + + inform commands source_file + +Useful *commands* include: + + -------------- ------------------------------------------------ + -~S disable both Strict checks and Debug tools + -~SD disable Strict checks, enable Debug tools + -X enable Infix debugger + -r output all game text to file (for spell-check) + -s display game's size and other statistics + -z display game's memory map + -v8 compile in Version 8 format (default is v5) + +dir,dir,... search for Included files in these directories + -------------- ------------------------------------------------ + +To display full compiler help, type: + + inform -h -h1 -h2 \ No newline at end of file -- 2.31.1