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
forall <internal_reference> ref in start:
exists <labeled_paragraph> lpar in start:
ref.<id> = lpar.<label>.<id> and
forall <internal_reference_nospace> fref in start:
exists <labeled_paragraph> lpar in start:
fref.<id> = lpar.<label>.<id>
cannot be parsed with the REST_GRAMMAR; code to reproduce:
fromisla.languageimportparse_islafromisla_formalizations.restimportREST_GRAMMARparse_isla(
"""forall <internal_reference> ref in start: exists <labeled_paragraph> lpar in start: ref.<id> = lpar.<label>.<id> and forall <internal_reference_nospace> fref in start: exists <labeled_paragraph> lpar in start: fref.<id> = lpar.<label>.<id>""",
REST_GRAMMAR,
)
Output is:
SyntaxError: Unbound variables: id_0 in formula
(forall <internal_reference> ref in start:
exists <labeled_paragraph> lpar in start:
(= id id_0) and
forall <internal_reference_nospace> fref in start:
exists <labeled_paragraph> lpar_0 in start:
(= id_1 id_0))
The formula
cannot be parsed with the
REST_GRAMMAR
; code to reproduce:Output is:
Using ISLa v1.2.0, commit id 0d5ab32.
The text was updated successfully, but these errors were encountered: