From: Jason Self Date: Sun, 2 Jun 2019 16:55:05 +0000 (-0700) Subject: Add Compiler X-Git-Url: https://jxself.org/git/?p=inform-resources.git;a=commitdiff_plain;h=4dc8a597bea19678f310c476b54474fa08e61d2b Add Compiler --- 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