Change error handling.

There is a new file rasta_errors.dart patching 'dart:core' with methods
that may be called by rasta->kernel to throw runtime errors.

[email protected]

Review URL: https://codereview.chromium.org/2108193002 .
9 files changed
tree: fec5386d03eb361289a2c854e71b613d0c4ddea3
  1. bin/
  2. dart_vm_standalone/
  3. lib/
  4. test/
  5. third_party/
  6. .analysis_options
  7. .gitignore
  8. .gitmodules
  9. .packages
  10. AUTHORS
  11. codereview.settings
  12. dart_vm_standalone.json
  13. dart_vm_standalone.platform
  14. LICENSE
  15. pubspec.yaml
  16. README.md
  17. run_analyzer.sh
  18. submodules.txt
README.md

Resolved Abstract Syntax Tree Apparatus (Rasta)

Getting started

After cloning this repository, please run git submodule update --init to fetch dependencies.