PlasmaLang / plasma

Plasma Programming Language
Other
162 stars 10 forks source link

Add a Plasma library for writing tests #428

Open PaulBone opened 2 years ago

PaulBone commented 2 years ago

A plasma library that supplies functions to expect various results would be helpful.

equals!(1 + 1, 2, "One plus one is two")

Look for other libraries in other languages that support these. This may also require #374

PaulBone commented 2 years ago

Probably requires at least learning about #28 and similar things