View source: R/treesitter_helpers.R
| tcc_treesitter_global_types | R Documentation |
Parse global declarations with types using treesitter.c
tcc_treesitter_global_types(header, ...)
header |
Character scalar containing C declarations. |
... |
Additional arguments passed to |
A data frame of global names and C types.
## Not run:
header <- "int global_counter;"
tcc_treesitter_global_types(header)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.