From: Rob Pike Date: Fri, 20 Feb 2009 03:49:56 +0000 (-0800) Subject: autogenerate the table of contents X-Git-Tag: weekly.2009-11-06~2149 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fd1f3830c141451670b0d6cfe4a2fd0025950019;p=gostls13.git autogenerate the table of contents R=rsc DELTA=149 (1 added, 145 deleted, 3 changed) OCL=25231 CL=25234 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index 4f874350bd..368f5c51bd 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,13 +1,5 @@ -This document is a semi-formal specification of the Go systems -programming language. -

- -This document is not ready for external review, it is under active development. -Any part may change substantially as design progresses. - - - -

Contents

-

-TODO: This should be autogenerated but that will take work to make h3s appear in this list -

- - -
-

Introduction

@@ -301,7 +156,7 @@ compile/link model to generate executable binaries. The grammar is compact and regular, allowing for easy analysis by automatic tools such as integrated development environments.

- +

Notation

The syntax is specified using Extended Backus-Naur Form (EBNF): @@ -344,6 +199,7 @@ The form "a ... b" represents the set of characters from Where possible, recursive productions are used to express evaluation order and operator precedence syntactically.

+

Source code representation