go/doc
Robert Griesemer 57b34617e0 - Fixed bug in spec: PrimaryExpr is too restrictive in most places
(for instance *p was not allowed on the left side of "="). Changed
to Expression everywhere (this is too liberal, UnaryExpr is probably
good enough, but it seems funny, and we need to check semantically
anyway). This matches 6g yacc.
- Write expression syntac recursively to express evaluation order
and precedence syntactically.
- Organized open issues list, folded in stuff from todo.txt which
is now obsolete.

R=r
DELTA=108  (41 added, 52 deleted, 15 changed)
OCL=16903
CL=16910
2008-10-10 12:45:44 -07:00
..
progs fix some typos, mostly 2008-09-29 20:06:48 -07:00
candl.txt Add description of how compiling and linking handle dependencies. 2008-04-15 16:43:06 -07:00
go_spec.txt - Fixed bug in spec: PrimaryExpr is too restrictive in most places 2008-10-10 12:45:44 -07:00
go_tutorial.txt fix some typos, mostly 2008-09-29 20:06:48 -07:00
prog.sh - stub for tutorial 2008-09-10 11:46:05 -07:00