kevinbarabash / compiler

2 stars 0 forks source link

template string support #58

Open kevinbarabash opened 2 years ago

kevinbarabash commented 2 years ago

String with regular template strings with interpolations. We can constrain the interpolations to only accept strings to start with and can figure out what to do about string coercion, .toString(), and Showables later.