Add blank mode operation of the Shapes compiler
commitee6bd40ff76193191fd89799d649b20c0148dc31
authorHenrik Tidefelt <tiddeweb@gmail.com>
Tue, 27 Jan 2015 22:33:50 +0000 (27 23:33 +0100)
committerHenrik Tidefelt <tiddeweb@gmail.com>
Tue, 27 Jan 2015 23:20:31 +0000 (28 00:20 +0100)
treeb25d56f5b0bcbad5bed977aa77c55a8f765054d6
parentc6b35a9e39b6cbf928e94c73bae917bf4bda28a5
Add blank mode operation of the Shapes compiler

In this mode, triggered by the filename suffix 'blank', no graphics output is produced and the program is not required to generate any graphics.  This mode is suitable for all programs where the text written to stdout is the only output of interest.
12 files changed:
doc/parts/man/formats/html.xsl
doc/parts/man/index.sxml
doc/parts/structure/chap-guidelines.sxml
doc/parts/structure/chap-result.sxml
edit/emacs/shapes-mode.el
examples/doc/structure-text.shape
source/eval_interactive.cc
source/eval_non_interactive.cc
source/globals.cc
source/globals.h
source/main.cc
source/main.h