trueagi-io / metta-wam

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

Implement 'call-native' function in interpreter #49

Open TeamSPoon opened 2 months ago

TeamSPoon commented 2 months ago

We need to implement the 'call-native' function in the interpreter as specified in 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: mod.rs.