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