-
Notifications
You must be signed in to change notification settings - Fork 1
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
Handle groups and repeating groups #3
Comments
BackgroundSo, I've been getting around this by manually writing out the translation for For example, to accomplish:
The way around this is isolating the
Now, if arrays required at least a single expression (
Similarly, we need to handle |
In my opinion, we should introduce the concept of "generated", or "hidden", rules: Groups
Should turn into:
0+
Should turn into
1+
Should turn into
Optionals (
|
We need to handle groups and repeating groups:
The text was updated successfully, but these errors were encountered: