trueagi-io / metta-wam

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

Added format-args #67

Closed royward closed 2 months ago

royward commented 2 months ago

A couple of notes:

This only deals with {} , {} and escaped {{ }}, not the formatting stuff.

Unlike rust, this will not return any errors - if there is any problem with a substitution, it just won't do it.

I have commented out the corelib stuff until I get a better idea what the types are.