Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Format string combinators #23

Open
ToxicFrog opened this issue Nov 5, 2013 · 0 comments
Open

[feature] Format string combinators #23

ToxicFrog opened this issue Nov 5, 2013 · 0 comments

Comments

@ToxicFrog
Copy link
Owner

It is common in parser libraries to offer parser combinators, where the individual elements of the parser are values in their own right and combinator functions can be used to combine them into the complete parser; see, for example, LPEG. It would be nice if vstruct also had a combinator mode, where format elements (and format "strings") are first class values that can be conveniently combined. This ties in with #20 in that it provides a way to compose multiple format strings (or substrings).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant