fir-lang / fir

MIT License
23 stars 3 forks source link

Use backticks for string interpolation #16

Closed osa1 closed 3 weeks ago

osa1 commented 2 months ago

Currently we use "<str>$(<expr>)<str>" for interpolation. We should switch to backticks: <str>`<expr>`<str>.

Reasons: