LightAndLight / ipso

A functional scripting language.
https://ipso.dev
17 stars 1 forks source link

Expression interpolation for command expressions #224

Closed LightAndLight closed 1 year ago

LightAndLight commented 2 years ago

Currently you can only interpolate variables in command expressions (i.e. echo $name). You should also be able to interpolate expressions using ${...} (i.e. echo ${first ++ last}).

Tasks