Don't mangle private names.

[email protected]

Review URL: https://codereview.chromium.org/2205943003 .
13 files changed
tree: 5cbc25cd5ba5ab96e5c2271f7a90e29c02ff3d2b
  1. bin/
  2. dart_vm_standalone/
  3. flutter/
  4. lib/
  5. test/
  6. third_party/
  7. .analysis_options
  8. .gitignore
  9. .gitmodules
  10. .packages
  11. AUTHORS
  12. codereview.settings
  13. commit.sh
  14. dart_vm_standalone.json
  15. dart_vm_standalone.platform
  16. LICENSE
  17. pubspec.yaml
  18. README.md
  19. run_analyzer.sh
  20. 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.

Committing changes

When committing a change, please use [commit.sh]. If that script doesn't match your workflow, make sure to run tests before committing.

Running tests

This command runs all the tests:

dart -c test/testa.dart