singnet / opencog

A framework for integrated Artificial Intelligence & Artificial General Intelligence (AGI)
http://wiki.opencog.org/w/Development
Other
14 stars 3 forks source link

Update the Ghost parser to support comparison operators #21

Closed leungmanhin closed 5 years ago

leungmanhin commented 5 years ago

Support = != < <= > >= for variables, user variables, and functions, e.g.

(^get_arousal() > 0)

(you are _* '_0!=lazy)

(^get_value() <= $threshold)