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

test statement throws a Java error instead of reporting syntax error #121

Open
apease opened this issue Jan 4, 2024 · 0 comments
Open

Comments

@apease
Copy link
Contributor

apease commented Jan 4, 2024

test code:

(=>
(and
(instance ?STH2 Physical)
(instance ?FW Following)
(patient ?FW ?STH2))
(exists (?STH1 ?T1 ?T2)
(and
(instance ?STH1 Physical)
(holdsDuring ?T1
WhenFn(?STH1))
(holdsDuring ?T2
WhenFn(?STH2))
(earlier ?T1 ?T2))))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant