0 purchases
sparse
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
copied to clipboard
Make sure to use the latest version!
Usage #
TODO (current state can be seen in file test/sparse_test.dart) in the repository.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.