Adaptive Framework 0.9.0

compile_expression_tuple

The following is a list of properties for the function compile_expression_tuple:

PropertyValue
briefCompile expression tuple value
categorycompiler
descriptionCompile a string containing adaptive expression tuple syntax and return either an unevaluated expression tuple adaptive value or a string containing the compiler listing.
functionIdcompile_expression_tuple
functionLabelcompile_expression_tuple
puretrue
parameters[ { "dataType": "list", "description": "expression tuple to compile.", "name": "expression_tuple" }, { "description": "If specified, a compiler listing is produced instead of an unevaluated expression tuple value.\n\nThis parameter can be an integer between 0 and 10 of a string that is used for indentation. If 0 is specified, no whitespace is added to the resulting string. If 1 through 10 is specified, that number of spaces is used.", "name": "listing", "optional": true } ]
returns{ "description": "An unevaluated expression tuple value ready for use by function evaluate() or a string containing the compiler listing." }