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

design and prototype regex parser #57

Open
cthulhu-irl opened this issue Jul 13, 2024 · 0 comments
Open

design and prototype regex parser #57

cthulhu-irl opened this issue Jul 13, 2024 · 0 comments
Assignees

Comments

@cthulhu-irl
Copy link
Owner

Description

Parsi as a parser combinator gives a lot of advantages, such as ease of use and no backtracking. but it's not sufficient and certainly not a replacement for regex. on the other hand regex has its own advantageous that parsi doesn't have.

It is desired to provide regex compilation/parsing support.

The goal is to be able to provide advanced and efficient parsing capabilities both for C++ and also C and bindings for other languages.

Goals

  • support a wide variation of parsing capabilities

Definition of Done

  • parsi::compile_regex(string) should result in a parsi::is_parser type that can parse given stream based on given regex string
@cthulhu-irl cthulhu-irl self-assigned this Jul 13, 2024
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