15#include <ecoli/node.h>
struct ec_node * ec_node_re(const char *id, const char *str)
Create a regular expression node.
int ec_node_re_set_regexp(struct ec_node *node, const char *re)
Set the regular expression on a regex node.
struct ec_node * ec_node(const char *typename, const char *id)
Create a new node from its type name.