Skip to content
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

Predicates beginning with "or", "and" etc. trigger FOL syntax errors #156

Open
ZachJHansen opened this issue Oct 3, 2024 · 0 comments
Open
Labels
A-parsing Area: Parsing C-bug Category: Bug E-hard Experience: Hard L-fol Language: First-order logic P-medium Priority: Medium

Comments

@ZachJHansen
Copy link
Collaborator

E.g. try parsing

"forall V1 V2 ( order(V1,V2) )." ---> fails since "or" is a connective

"forall V1 V2 ( rder(V1,V2) )." ---> succeeds

@ZachJHansen ZachJHansen added P-medium Priority: Medium E-hard Experience: Hard C-bug Category: Bug A-parsing Area: Parsing L-fol Language: First-order logic labels Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-parsing Area: Parsing C-bug Category: Bug E-hard Experience: Hard L-fol Language: First-order logic P-medium Priority: Medium
Projects
None yet
Development

No branches or pull requests

1 participant