Previous: Procedural Language Interpreter Errors, Up: Procedural Language Interpreter Definitions


5.6.1.2 Procedural Language Interpreter Generation Flags

The generation flags alters the executable program representation generation.

Zero or more generation flags may be specified for the flags argument of the program parsing functions.

See x1f4_inIt_shuffle.

See x1f4_init_shuffle.

X1f4_A1_BCOLLECT
indicates the program parser that it is to record parse errors for later formatting.

See Procedural Program Parsing Error Reporting.

X1f4_A1_DDACCESS
indicates that expression data should be accessed directly whenever suitable.

See Data Accessing.

X1f4_A1_FLATTEXT
indicates the program parser that it needs to arrange for strings deallocation once the program completes and thus pay attention to the string deallocation concerned fields of the struct x1f4_a1_type parsing context.

See struct x1f4_a1_type.

X1f4_A1_OPTIMIZE
indicates the program parser that it should optimize expressions.

See Optimizing Expressions.

X1f4_A1_RESOURCE
indicates the program parser that it should pay attention to the memory manager indication.
X1f4_A1_SCOMMENT
indicates the program parser that it should allow shell style comments (`#' led)
X1f4_A1_TYPELIST
indicates the program parser that it should pay attention to the declarable data types list linked into the struct x1f4_a1_type parsing context.

See Data Type Definition.