View source: R/treesitter_helpers.R
| tcc_treesitter_functions | R Documentation |
Parse function declarations with treesitter.c
tcc_treesitter_functions(header, ...)
header |
Character scalar containing C declarations. |
... |
Additional arguments passed to |
A data frame of function nodes.
## Not run:
header <- "double sqrt(double x);"
tcc_treesitter_functions(header)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.