trueagi-io / metta-wam

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

Implement 'print-alternatives!' function in interpreter #59

Open TeamSPoon opened 1 month ago

TeamSPoon commented 1 month ago

We need to implement the 'print-alternatives!' function in the interpreter as specified in stdlib_minimal.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: stdlib_minimal.rs.