combinedfun

Crates.iocombinedfun
lib.rscombinedfun
version0.1.3
sourcesrc
created_at2019-05-13 12:42:27.780082
updated_at2019-08-17 23:48:23.507276
descriptionA little `nom`-like parser combinator library which stays away from macros, while trying to achieve at least part of the expressiveness of `nom`
homepage
repositoryhttps://github.com/42triangles/combinedfun
max_upload_size
id133985
size70,273
42triangles (42triangles)

documentation

README

combinedfun

A little nom-like parser combinator library which stays away from macros, while trying to achieve at least part of the expressiveness of nom

Welcome to this little library, the only limit is the sky. And deep recursion. And compile times. And type inference that fucks up. And sometimes, if you're "lucky": Major fuckups when it comes to lifetime inference, leaving you having to use the methods instead of operators, since, while the methods actually use the operators, actually work there. Don't ask me why. It's a mystery.

Commit count: 27

cargo fmt