Skip to contents
  • flp_new() instantiates a new flp node.

  • flp_type() checks if the node is a flp node.

  • flp_<child>_get() returns the <child> node of flp.

  • flp_<child>_set() sets the new <child> and deletes the old <child>.

  • flp_<child>_rep() sets the new <child> and returns the old <child>.

Usage

flp_new(ast, op, iter, body)

flp_type(ast, node)

flp_op_get(ast, node)

flp_op_rep(ast, node, op)

flp_op_set(ast, node, op)

flp_iter_get(ast, node)

flp_iter_rep(ast, node, iter)

flp_iter_set(ast, node, iter)

flp_body_get(ast, node)

flp_body_rep(ast, node, body)

flp_body_set(ast, node, body)

Arguments

ast

AST object

op

op node

iter

iter node

body

body node

node

flp node