What would entail actually extending the syntax and adding the set literal?From my brief observations (when I was discussing this with OP on discord):* adding a new AST node* extend RBParser* extend IRMethod/IRTranslator... maybe generating bytecode for `{ ... } asSet` instead would be enough? (not sure how debugger would react to this)anything else? Would VM changes be required?��I added