Re: [R-gui] R Grammar
Duncan Murdoch
Tue, 26 Aug 2008 12:52:34 -0700
On 8/26/2008 3:43 PM, Aur?lien Vall?e wrote:
Hello,
I'm currently working on a Netbeans Platform IDE for R, and i wondered if an
R grammar is available somewhere on the internet, I need it for syntax
highlighting and code completion.
The parser uses a grammar written in Bison, available in
https://svn.r-project.org/R/trunk/src/main/gram.y
The lexical scanner is handwritten (in the same file), so it'll be a bit more work to decipher.