golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
124.13k stars 17.69k forks source link

Go grammar #506

Closed gopherbot closed 9 years ago

gopherbot commented 14 years ago

by amigamaster@libero.it:

Hi! 
For an accademical purpose, I have to use javaCC for build a preprocessor..
So, I tought (just as a proof of concept) that extends GO using traits would be 
a good idea..
So I have to make a preprocessor with javaCC for GO, and I need the GO 
grammar specification.. 

How? 
Thanks
gopherbot commented 14 years ago

Comment 1 by krystian.bigaj:

See "The Go Programming Language Specification" http://golang.org/doc/go_spec.html
rsc commented 14 years ago

Comment 2:

Comment #1 is correct.

Status changed to Done.