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
This is due to the currently used Grammar. Maybe we should scrap the current ANTLR based parser and rewrite it into a manually written one. This would allow us to handle things more liberally (see #15)
Currently only
(?:(?:a*)*)*
is allowed (but still non deterministic).The text was updated successfully, but these errors were encountered: