Resubmission after CRAN’s incoming pretest of 0.1.1, which stopped on the “pragmas suppressing diagnostics” NOTE.
#pragma GCC diagnostic ignored blocks, and
their MSVC counterparts, from the bundled lib/src/array.h
and lib/src/wasm_store.c. Both files compile without
warnings without them. Recorded as patch 3 in
src/tree-sitter/PATCHES.md. No other source changed.First CRAN submission; stopped by the incoming pretest on the pragma NOTE.
src/Makevars.win, which still listed
grammar sources that left the package in 0.1.0. Windows builds now use
src/Makevars like every other platform.Authors@R and inst/COPYRIGHTS, and
ship tree-sitter’s MIT license text under
src/tree-sitter/.abort(); the two local patches to the bundled
sources are listed in src/tree-sitter/PATCHES.md.literals_and_calls(),
audit_translation()).Initial release on GitHub and the cornball.ai drat repository.
TreeCursor is
replaced by the base-R tree_walk() /
node_walk() cursor.literals_and_calls() and
audit_translation().