tree-sitter / tree-sitter-graph

Construct graphs from parsed source code

Home Page:https://docs.rs/tree-sitter-graph/*/tree_sitter_graph/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add string construction function

hendrikvanantwerpen opened this issue · comments

We have scan to take a string apart, but we cannot construct strings at the moment (except for literals). Some kind of string-format or string-join function should be added.