From fd1f3830c141451670b0d6cfe4a2fd0025950019 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Thu, 19 Feb 2009 19:49:56 -0800 Subject: [PATCH] autogenerate the table of contents R=rsc DELTA=149 (1 added, 145 deleted, 3 changed) OCL=25231 CL=25234 --- doc/go_spec.html | 148 +---------------------------------------------- 1 file changed, 2 insertions(+), 146 deletions(-) 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

-- 2.48.1