added some comments

main
Øyvind Skaaden 2022-03-12 19:32:10 +01:00
parent c45131d029
commit b8255e4e93
1 changed files with 2 additions and 2 deletions

View File

@ -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: