[R-gui] R Grammar
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. Duncan Murdoch