[vm/fuzzer] Start of Dart fuzz tester. Rationale: Generation-based fuzz testing for Dart that finds divergences for different execution paths (e.g. AOT vs JIT) on randomly generated Dart programs. This project is still under heavy development, this first CL just introduces the concepts. Note: The JS mode may report quite a few divergences due to dart2js - VM semantic differences on integer ops. Change-Id: I2854341d9c2744556f19e44a825cddb7437405ee Reviewed-on: https://dart-review.googlesource.com/63323 Commit-Queue: Aart Bik <ajcbik@google.com> Reviewed-by: Samir Jindel <sjindel@google.com>
Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps.
Visit the dartlang.org to learn more about the language, tools, getting started, and more.
Browse pub.dartlang.org for more packages and libraries contributed by the community and the Dart team.
If you want to build Dart yourself, here is a guide to getting the source, preparing your machine to build the SDK, and building.
There are more documents on our wiki.
The easiest way to contribute to Dart is to file issues.
You can also contribute patches, as described in Contributing.