gdamore / tree-sitter-d

D Grammar for Tree Sitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for token strings

gdamore opened this issue · comments

Syntax is q{....}

We could probably treat this trivially in the lexer if we don't want to reach into the string itself. If we do, it gets harder.