opennars / Narjure

A Clojure implementation of the Non-Axiomatic Reasoning System proposed by Pei Wang.
GNU General Public License v2.0
44 stars 11 forks source link

Parsing narsese with a term named ï causes an exception #46

Closed TonyLo1 closed 7 years ago

TonyLo1 commented 8 years ago

<i-->any>. or <any-->i>. cause exception

maybe related to interval handling

patham9 commented 8 years ago

is low priority since i is meant to be the interval-prefix currently. But will look at it once our TODO list is done.

patham9 commented 8 years ago

done. will be closed after my next pull request is merged.