added some comments
parent
c45131d029
commit
b8255e4e93
|
@ -164,8 +164,8 @@ prune_children(node_t **simplified, node_t *root)
|
||||||
switch (root->type)
|
switch (root->type)
|
||||||
{
|
{
|
||||||
case GLOBAL:
|
case GLOBAL:
|
||||||
//case ARGUMENT_LIST:
|
//case ARGUMENT_LIST: // For this to work, need to change order of operations
|
||||||
//case PARAMETER_LIST:
|
//case PARAMETER_LIST: // For this to work, need to change order of operations
|
||||||
case STATEMENT:
|
case STATEMENT:
|
||||||
case PRINT_ITEM:
|
case PRINT_ITEM:
|
||||||
case PRINT_STATEMENT:
|
case PRINT_STATEMENT:
|
||||||
|
|
Loading…
Reference in New Issue