trueagi-io / metta-wam

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

Implement 'py-atom' function in interpreter #62

Open TeamSPoon opened 2 months ago

TeamSPoon commented 2 months ago

We need to implement the 'py-atom' function in the interpreter as specified in stdlib.py. A test file should also be created to ensure the function works correctly. The symbol for this function was found in the following files: stdlib.py.