R/abi.R

Defines functions abi

# This file is generated by `tools/abi.R`, do not modify by hand.

#' tree-sitter ABI version
#'
#' `abi()` returns the ABI version that `parser.c` was generated with. This is
#' used to verify that the grammar is compatible with the tree-sitter C library
#' embedded within the treesitter package.
#'
#' @returns A single integer.
#'
#' @noRd
abi <- function() {
  # ABI: 14
  14L
}

Try the treesitter.r package in your browser

Any scripts or data that you put into this service are public.

treesitter.r documentation built on Sept. 12, 2024, 7:06 a.m.