Support stack trace parameters and `on T catch` clauses.

Support them by adding an extra argument to the catchError callback for
stack trace parameters, and an extra argument to catchError itself for
'on T' clauses.
1 file changed
tree: cc7b2d3c3cd6bf2dc483c2df74c615dcd3fb66a5
  1. bin/
  2. lib/
  3. runtime/
  4. tests/
  5. .gitignore
  6. ast.ml
  7. ast.mli
  8. dart2ast.dart
  9. ir.ml
  10. ir.mli
  11. ir2dart.dart
  12. Makefile
  13. pubspec.yaml
  14. README.md
  15. sexp.ml
  16. sexp.mli
  17. tests.ml
  18. translate.ml
README.md

async-await

A prototype implementation of async/await in Dart. Via CPS translation.