trueagi-io / metta-wam

A Hyperon MeTTa Interpreter/Transpilier that targets the Warren Abstract Machine
8 stars 11 forks source link

Parse expression does not get reduced when used inside cons-atom #159

Open vulecoff opened 1 week ago

vulecoff commented 1 week ago

Bugged code: !(cons-atom (parse "1") ())

I suspected there're some edge cases in order of evaluation when combining these 2 specific expressions. parse works as expected when used with other expressions, so far: