Closed TodePond closed 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.
Updated now
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.