blob: de011ad0f40577cb233b08e07d529185274cd57d [file] [log] [blame]
/// This package contains the grammar of the Dart programming language.
///
/// The grammar is adapted from [https://code.google.com/p/dart/source/browse/branches/bleeding_edge/dart/language/grammar/Dart.g].
/// Unfortunately, it is unable to parse all valid Dart programs yet.
library petitparser.example.dart;
export 'src/grammar.dart';