]> Cypherpunks repositories - gostls13.git/commit
implement optional semicolons with help from the lexer,
authorRuss Cox <rsc@golang.org>
Sun, 7 Jun 2009 02:27:48 +0000 (19:27 -0700)
committerRuss Cox <rsc@golang.org>
Sun, 7 Jun 2009 02:27:48 +0000 (19:27 -0700)
commit8abcdee175274a5ff0329db7384a065fc2bf131f
treecb611b3c9b20ac15a7245b3740735e982d378510
parente9e388412ca958c13a613ea5bc138ca4c9a80e98
implement optional semicolons with help from the lexer,
instead of having to double the type and statement grammars.

R=ken
OCL=29987
CL=29998
src/cmd/gc/go.h
src/cmd/gc/go.y
src/cmd/gc/lex.c