LiveData.Tracked.FlatAst.Util.Transcribe (live_data v0.1.0-alpha0)
Link to this section Summary
Functions
Directly transcribes the given selection from the input AST to the output.
Link to this section Functions
Link to this function
transcribe(lit_id, data, map, backup_resolve, out)
Directly transcribes the given selection from the input AST to the output.
When a value is not found in the regular map
, backup_resolve/1
is called.
This is useful in the case where we have a separate, semantically different
map of parent transcribed expressions.
Link to this function
transcribe(expr, expr_id, data, map, backup_resolve, out)
Link to this function
transcribe_bind(arg, map, backup_resolve)
Link to this function