You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2018. It is now read-only.
Is it not fundamental or lightweight? Is there an obvious way that permutation can be implemented by the user? (I don't know enough about grammars to tell)
Currently I am doing phrase_parse( ..., *( (x3::lit("a") >> "=" >> x3::double_)[action] | (x3::lit("b") >> "=" >> x3::double_)[action] ) ...) but I think it is not the same.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
...in X3.
Is it not fundamental or lightweight? Is there an obvious way that permutation can be implemented by the user? (I don't know enough about grammars to tell)
Currently I am doing
phrase_parse( ..., *( (x3::lit("a") >> "=" >> x3::double_)[action] | (x3::lit("b") >> "=" >> x3::double_)[action] ) ...)
but I think it is not the same.The text was updated successfully, but these errors were encountered: