Ethan
Ethan
This will need: Support in the parser (parser.dart) A new EvalSet type in primitives.dart A new DartSetLiteral class in literals.dart ???
- [x] Basic support: just convert these to `Function` - [ ] Support for type checks
Multiple interfaces for bridge still need to be figured out.
- [x] Eval native - [x] Bridging (1 supertype) - [ ] Bridging (multiple supertypes)
Should do performance profiling on dart_eval so it can be improved. https://github.com/ethanblake4/dart_eval/issues/57#issuecomment-1284858452
Dart now allows named params to come before positional params.