Next: Procedural Language Interpreter Error Formatter Hints, Previous: Procedural Language Interpreter Errors, Up: Procedural Language Interpreter Definitions [Index]
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_ARGUMENT
indicates the program parser that it should observe main
string
arguments.
X1f4_A1_BCOLLECT
indicates the program parser that it is to record parse errors for later formatting.
X1f4_A1_CASECALL
indicates the program parser that it should observe the ‘object’ caller indication.
X1f4_A1_CODELINK
indicates the program parser that it should observe the program executable allocator indication.
X1f4_A1_COMPOSER
indicates the program parser that it should observe the single parameter function implicit converter retriever indication.
X1f4_A1_DDACCESS
indicates that expression data should be accessed directly whenever suitable.
See Data Accessing.
X1f4_A1_DEPREFIX
indicates the program parser that it should observe the strippable function prefix collection
See Strippable Prefixes.
X1f4_A1_EELOOKUP
indicates the program parser that it should record the name lookup context with the program executable representation for execution error reporting.
X1f4_A1_IMPLICIT
indicates the program parser that it should observe the prefix unary operator implicit converter retriever indication.
X1f4_A1_LEADCAST
indicates the program parser that it should observe the non scalar function returns recorder.
X1f4_A1_OPTIMIZE
indicates the program parser that it should optimize 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_SIDELIST
indicates the program parser that it should pay attention to the non declarable data types list.
See Data Type Definition.
X1f4_A1_TEXTFLAT
indicates the error reporter should be used for formatting program execution errors (such as memory allocation errors and positional arguments access errors).
X1f4_A1_TRANSFER
indicates the program parser that it should pay attention to the function type mapper indication.
See Function Pointers.
X1f4_A1_TRAVERSE
indicates the program parser that it should pay attention to the collection traversal mode descriptions list.
X1f4_A1_TYPELIST
indicates the program parser that it should pay attention to the declarable data types list linked.
See Data Type Definition.