mirror of
https://github.com/micropython/micropython.git
synced 2025-09-01 07:20:40 +02:00
Implement mp_parse_node_free; print properly repr(string).
This commit is contained in:
@@ -53,7 +53,7 @@ typedef struct _mp_parse_node_struct_t {
|
||||
#define MP_PARSE_NODE_STRUCT_NUM_NODES(pns) ((pns)->kind_num_nodes >> 8)
|
||||
|
||||
mp_parse_node_t mp_parse_node_new_leaf(machine_int_t kind, machine_int_t arg);
|
||||
int parse_node_free_struct(mp_parse_node_t pn_in);
|
||||
uint mp_parse_node_free(mp_parse_node_t pn);
|
||||
|
||||
void mp_parse_node_print(mp_parse_node_t pn, int indent);
|
||||
|
||||
|
Reference in New Issue
Block a user