trueagi-io / metta-wam

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

Implement 'found!' function in interpreter #54

Closed TeamSPoon closed 4 weeks ago

TeamSPoon commented 1 month ago

We need to implement the 'found!' function in the interpreter as specified in modules/mod.rs. A test file should also be created to ensure the function works correctly. The symbol for this function was found in the following files: modules/mod.rs.