Standardize license file
1 file changed
tree: ea89294b8b93976bc82c32368111ae350c006797
  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
  21. testing.json
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