Skip to content

[WIP] atomic_sequence support: needs testing #127

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

Closed
wants to merge 1 commit into from

Conversation

Andersama
Copy link
Contributor

@Andersama Andersama commented Oct 29, 2020

I've likely butchered something here, but I think this is a rough idea to get atomic_sequence working.

Currently when trying to compile a regex w/ an atomic sequence I get errors about a missing apply function. So the LL1 parser / apply functions are a bit off.

@Andersama
Copy link
Contributor Author

Bit of a note, though not adding any atomic functionality, using this rule:

	static constexpr auto rule(d, ctll::term<'>'>) -> ctll::push<reset_capture, ctll::anything, content_in_capture, ctll::term<'\x29'>>;

Allows (?> syntax to be recognized as a sequence*, may be temporary patch.

@Andersama Andersama force-pushed the atomic_group_nonunicode branch 3 times, most recently from 047fc2d to 9f17901 Compare October 29, 2020 04:05
@Andersama Andersama changed the title [WIP] atomic_sequence support: error complaining about non-existant apply f… [WIP] atomic_sequence support: needs testing Oct 29, 2020
@Andersama
Copy link
Contributor Author

Roughly takes care of #108

@Andersama Andersama force-pushed the atomic_group_nonunicode branch 2 times, most recently from ac4ab02 to 6983621 Compare November 1, 2020 21:49
Still a work in progress...
@Andersama Andersama force-pushed the atomic_group_nonunicode branch from 6983621 to d1b2fd4 Compare November 1, 2020 21:51
@Andersama Andersama closed this Nov 9, 2020
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

Successfully merging this pull request may close these issues.

1 participant