Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
0e66a13d
Commit
0e66a13d
authored
Sep 28, 2010
by
Robert Griesemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
go_spec: EOF may insert a semicolon
R=rsc, r, iant CC=golang-dev
https://golang.org/cl/2266043
parent
fbab1f1b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
go_spec.html
doc/go_spec.html
+2
-2
No files found.
doc/go_spec.html
View file @
0e66a13d
<!-- title The Go Programming Language Specification -->
<!-- subtitle Version of Sep 2
4
, 2010 -->
<!-- subtitle Version of Sep 2
7
, 2010 -->
<!--
TODO
...
...
@@ -163,7 +163,7 @@ and delimiters</i>, and <i>literals</i>. <i>White space</i>, formed from
spaces (U+0020), horizontal tabs (U+0009),
carriage returns (U+000D), and newlines (U+000A),
is ignored except as it separates tokens
that would otherwise combine into a single token. Also, a newline
that would otherwise combine into a single token. Also, a newline
or end of file
may trigger the insertion of a
<a
href=
"#Semicolons"
>
semicolon
</a>
.
While breaking the input into tokens,
the next token is the longest sequence of characters that form a
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment