Ph0enixKM / Amber

💎 Amber the programming language compiled to bash
https://amber-lang.com
GNU General Public License v3.0
3.51k stars 67 forks source link

Add basic unit tests #240

Open FedericoCeratto opened 4 days ago

FedericoCeratto commented 4 days ago

This change adds basic unit tests and a test harness that compiles code and compare its with an expected value. If any difference is found the test fail and show a friendly diff and the generated code.