Remove redundant check in the code.
1 file changed
tree: 8a91a0650616e46f8e32512f0a4b213d07cc383f
  1. bin/
  2. lib/
  3. runtime/
  4. tests/
  5. .gitignore
  6. ast.ml
  7. ast.mli
  8. AUTHORS
  9. dart2ast.dart
  10. ir.ml
  11. ir.mli
  12. ir2dart.dart
  13. LICENSE
  14. Makefile
  15. pubspec.yaml
  16. README.md
  17. sexp.ml
  18. sexp.mli
  19. tests.ml
  20. translate.ml
README.md

async-await

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