roman-vorobiov / evolve_script_manager

https://roman-vorobiov.github.io/evolve_script_manager/
MIT License
1 stars 0 forks source link

Templated eval literals #1

Open roman-vorobiov opened 2 months ago

roman-vorobiov commented 2 months ago

Something like this:

{poly.piracy('%0')} % "gxy_chthonian"

{poly.piracy('%0') > %1} % ["gxy_chthonian", 7500]

One thing to decide is how to refer to arguments. Is 0-based indexing the way to go? Maybe string interpolation is better?