tokenizer_parser 0.1.3
tokenizer_parser: ^0.1.3 copied to clipboard
A lightweight tokenizer and parser-composition toolkit for Dart, designed to build custom language grammars and structured token streams.
0.1.0 #
- Initial version.
0.1.1 #
- Bump dependencies
0.1.3 #
- Add constructor-level dartdoc comments across additional public API classes.
- Add new edge-case tests for sequence/alternative/non-literal composition paths.
- Add canonical package example entrypoint at
example/main.dart. - Exclude generated
coverage/output from repository and publish artifacts.
0.1.2 #
- Improve package metadata and expand README documentation for pub.dev quality.
- Add API documentation comments across exported/public tokenizer primitives.
- Add new tests for core model behavior and tokenizer file/string workflows.
- Keep dependencies on latest available compatible versions.