from Hacker News

I Wrote a Domain-Specific Language (DSL)

by thunfisch on 8/16/24, 4:35 PM with 1 comments

  • by deisteve on 8/16/24, 4:43 PM

    interesting, how would you deal with supporting other language code within the DSL?

    say you want to pass a long code of php snippet is that simply just parsing whatever is between ```