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