parser icon indicating copy to clipboard operation
parser copied to clipboard

R parser package

Results 5 parser issues
Sort by recently updated
recently updated
newest added

When I try to install, I get the following error ``` > devtools::install_github("halpo/parser") Downloading GitHub repo halpo/parser@master from URL https://api.github.com/repos/halpo/parser/zipball/master Installing parser "W:/R-3.4._/App/R-Portable/bin/x64/R" --no-site-file --no-environ --no-save \ --no-restore --quiet CMD...

from Prof. Brian Ripley: For a package with a namespace (all these days), .C etc are allowed without a PACKAGE argument to refer to entry points in the package, but...

Pull #3 changed the classes in the token.desc field of the data attribute. This regression complicates problems in lint issues #4.

parser tries to attach "id" attributes to symbols and NULLs. However, a "symbol" is, like an environment, only a reference to a single global entity (even though the symbol will...

Parser does not differentiate between the double `

enhancement