Add Barback transformer.
2 files changed
tree: bc9ac358beae660fa373c86ef719b86262682f39
  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.