sparse
is a simple top-down parser generator for parsing expression grammars (PEG).
Warning: this package is under development. Updates will follow soon.
- Parsing of programming languages / formal languages.
- Grammar rules specified in EBNF.
Add the package into your package's pubspec.yaml
file:
dependencies:
sparse: ^0.0.1
Make sure to use the latest version!
TODO (current state can be seen in file test/sparse_test.dart
) in the repository.