cctools
|
Implements context substitution of JX expressions. More...
#include "jx.h"
Go to the source code of this file.
Functions | |
struct jx * | jx_sub (struct jx *j, struct jx *context) |
Substitute symbols from context. More... | |
Implements context substitution of JX expressions.
Substitute symbols from context.
Traverses the expression, searching for symbols Unbounds symbols by looking for matches in the context object.
j | The expression whose symbols will be substituted. |
context | An object in which values will be found. |