Implementation of heredocs with trim indent

27 views
Skip to first unread message

Jakub T. Jankiewicz

unread,
Oct 14, 2021, 3:21:19 AM10/14/21
to PEG.js: Parser Generator for JavaScript
Is it possible with PEG.js to implement a parser for code like this:

xxx = <<<END
      hello
        world
      END

And have this string as output:

"hello
  world"

as output?
Reply all
Reply to author
Forward
0 new messages