ontologyportal / sigmakee

Sigma Knowledge Engineering Environment
GNU General Public License v3.0
100 stars 34 forks source link

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

Open apease opened 8 months ago

apease commented 8 months ago

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))))