We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Extracting multiplicity of sequences is broken (module kogi::util::Util).
module kogi::util::Util
tuple[str name, bool val] extractMultiplicity(\iter-star-seps(Symbol symbol, _)) { ... }
seq([ lit("["), layouts("LAYOUTLIST"), lit("]") ])
The text was updated successfully, but these errors were encountered:
An example of a production rule that triggers this problem is
syntax Dims = bla: Annotation* an "[" a "]" s (Annotation* anns "[" f "]" s)* d;
Sorry, something went wrong.
No branches or pull requests
Extracting multiplicity of sequences is broken (
module kogi::util::Util
).The text was updated successfully, but these errors were encountered: