TodePond / MotherTode

language language
MIT License
21 stars 1 forks source link

Example in readme refers to discontinued feature #2

Closed TodePond closed 2 years ago

TodePond commented 2 years ago
const language = MotherTode(`:: /[a-zA-Z]/+ >> (name) => 'Hello #{name}!'`)
language("world")

Uses the crazy idea I had for string interpolation inside string interpolation. I got rid of that feature because it was weird, so the example should be updated to remove it.

TodePond commented 2 years ago

Updated now