trueagi-io / hyperon-experimental

MeTTa programming language implementation
https://metta-lang.dev
MIT License
133 stars 44 forks source link

fix stringToChars #622

Closed Necr0x0Der closed 5 months ago

Necr0x0Der commented 5 months ago

As per #621 , stringToChars is expected to produce Expression, but it result was wrapped into ValueAtom even in the unit test. While this could be done for some reason, it is most likely a bug, and stringToChars should really return Expression