package ppx_parser
OCaml PPX extension for writing stream parsers
Install
Dune Dependency
Authors
Maintainers
Sources
ppx_parser-0.2.0.tbz
sha256=0281356c31a5d36d04250b27ffdae24dc7d17b0ac2616461e8c95fcb71a3eded
sha512=eb0922f6d263d63fa060a93512931dae9b084025b2281e680cc3c02b34b9d05e426181b89ab74b49c346ef4ebcea8f8519addd9824036231d0fa557a9a39e9c5
doc/CHANGES.html
0.2.0
Added
- Bind stream to variable (#5)
- Parser from match expression (#4)
- Test workflow
Changed
- Relax ocaml constraint to 4.8.0
- Alcotest version
- Documentation
0.1.1
Changed
- Dune minimum version (2.9)
- Dependencies
- Description
0.1.0
Initial release
Added
- Support
%parser
extension forfunction
s to write stream parsers - Support
... as ...
to bind stream elements - Support
%let
extensions in%parser
extensions to bind expressions