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

feat(compile): add Amber version, fix #181 #245

Open Mte90 opened 2 days ago

Mte90 commented 2 days ago

Fix #181

b1ek commented 2 days ago

what if we add some more info to it? like date of compilation, source hash, author/license label, etc..

but that would also mean that primive approach won't do and we would have to use a templating engine. i would suggest tinytemplate, which only dependency is serde which im pretty sure clap already depends on

Mte90 commented 2 days ago

I think that the date is a good idea but about the rest is too much for what the project is right now.