lang: ast: convert RPN expression queue to ast and replace generic EXPR node with it

This commit is contained in:
2024-11-28 22:06:25 +00:00
parent 05ced5d5fc
commit ec24e2c327
8 changed files with 212 additions and 58 deletions

View File

@@ -215,7 +215,9 @@ static void print(struct ivy_ast_node *node)
fputc('-', stdout);
break;
default:
fputc('?', stdout);
/* this will occur if the selector is being used to send a
message at runtime, rather than as part of a message
handler definition. */
break;
}