1
0
mirror of https://github.com/golang/go synced 2024-11-25 13:07:57 -07:00
The Go programming language
Go to file
Robert Griesemer a1ee6804dd - fixed bug which prevented parser.go from compiling
(typo in ptr decl lead to an unresolved forward declaration)
- fixed parser bugs
- fixed Makefile
- now successfully parses most code

Issues:
- composite literals (cannot be identified easily from syntax alone)
- new(T, ...) (cannot be identified easily from syntax alone since
  new is not a keyword and thus could be a different function then
  the allocation function at which point "new((x + y))" is legal,
  but the inner "(x" looks like the beginning of a function type)

R=r
OCL=15515
CL=15515
2008-09-18 22:53:54 -07:00
doc adjusted doc to incorporate new channel notation 2008-09-17 13:57:11 -07:00
include acid fixes etc. still not perfect. 2008-09-16 12:33:00 -07:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
pkg help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
src proper handling of signals. 2008-09-18 15:56:46 -07:00
test fix printing of -(1<<63) 2008-09-17 14:08:52 -07:00
usr/gri - fixed bug which prevented parser.go from compiling 2008-09-18 22:53:54 -07:00