blob: b8646851fc237cfdadae905ece808853af357e50 [file] [log] [blame]
/**
* This package contains tools to reflect on and transform parsers.
*/
library reflection;
import 'dart:collection';
import 'package:petitparser/petitparser.dart';
part 'src/reflection/iterable.dart';
part 'src/reflection/optimize.dart';
part 'src/reflection/transform.dart';