sparse
sparse
is a simple top-down parser generator for parsing expression grammars (PEG).
Warning: this package is under development. Updates will follow soon.
Features
- Parsing of programming languages / formal languages.
- Grammar rules specified in EBNF.
Getting started
Add the package into your package's pubspec.yaml
file:
dependencies:
sparse: ^0.0.1
Make sure to use the latest version!
Usage
TODO (current state can be seen in file test/sparse_test.dart
) in the repository.
Libraries
- sparse
- sparse - a simple parser (c) 2023 by Andreas Schwenk mailto:contact@compiler-construction.com License: GPL-3.0-or-later