Skip to content
No description, website, or topics provided.
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Paper wrong variable name in the R code Jul 5, 2016
R a function to get the binary operator in e BinaryOperator cursor. See… May 27, 2018
Rexamples reorganized the paper May 16, 2015
TU changed to make consistent with previously generated files for 3.9, 3… Jul 5, 2017
Web moved to git Dec 6, 2011
howto reorganized the paper May 16, 2015
inst
man
src
tests fixed children() and a test with some sample code Dec 2, 2017
.Rbuildignore fixes for R CMD check Jul 3, 2016
.gitignore noted that some of these should really be in ~/.gitignore_global Dec 23, 2016
Changes updates Aug 23, 2016
DESCRIPTION
FAQ.xml passes R CMD check May 17, 2014
GenerationNotes Added additional get***Location functions, converted result from isCo… May 25, 2013
INSTALL.md update to installation Jul 6, 2016
NAMESPACE a function to get the binary operator in e BinaryOperator cursor. See… May 27, 2018
Next .. May 25, 2013
Notes
README.md ... Jul 6, 2016
TODO installation instructions Jul 4, 2016
Todo.xml ... Jul 26, 2017
Updates working again with the 3.3 trunk Apr 22, 2013
Windows windows build working Jul 5, 2016
cleanup remove .o files Jul 26, 2016
configure added the DEFINES Aug 23, 2016
configure.in added the DEFINES Aug 23, 2016
configure.win test for correct architecture when we find libclang.dll on the path. Jun 22, 2016
template.Rd .... May 25, 2013
version.c dealing with enums for different versions Aug 23, 2016
versions.md start of some notes on versioning Nov 25, 2016

README.md

RCIndex

This package is an R interface to libclang's C interface. This allows us to parse C & C++ code and access its elements directly in R.
We can use this for various purposes described in the Paper/ directory which also describes how to use the functions.

See INSTALL.md for information about how to install the package.

getRoutines() getEnums() getGlobalVariables() findGlobals() findIncludes()

You can’t perform that action at this time.