Skip to content
Prev 857 / 1236 Next

[R-gui] R Grammar

On 8/26/2008 3:43 PM, Aur?lien Vall?e wrote:
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