parsley 0.0.3 copy "parsley: ^0.0.3" to clipboard
parsley: ^0.0.3 copied to clipboard

outdated

A simple but powerful parsing engine

parse #

A simple parsing engine

Getting Started #

Simply import the package into your project and forget about parsing forever!

It automates parsing using type inference so that you don't have to litter your domain

logic with parsing..

Example #

int five = parse("5");

The engine will determine the type entered, use inferrence to find the output type

and find the relevent parser for you.

You can even register your own parsers using registerParser function.

4
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A simple but powerful parsing engine

Homepage

License

unknown (LICENSE)

More

Packages that depend on parsley