#input #data #nom #parser #auxiliary #context #carry

nom_input_aux

Add support for managing arbitrary data during parsing with nom

2 releases

0.1.1 Oct 27, 2021
0.1.0 Oct 27, 2021

#2393 in Parser implementations

MIT license

25KB
761 lines

nom_input_aux

Carry auxiliary data with the input.

Useful to add limited context sensitivity to your parser.

Motivation: safe handling of recursion depth. https://github.com/Geal/nom/issues/1120

Dependencies

~1MB
~17K SLoC