Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
c3eaef71
Commit
c3eaef71
authored
Mar 17, 2012
by
Shenghou Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/go_faq: minor update
R=adg, r CC=golang-dev
https://golang.org/cl/5849052
parent
2b3fd370
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/go_faq.html
doc/go_faq.html
+2
-2
No files found.
doc/go_faq.html
View file @
c3eaef71
...
...
@@ -1317,7 +1317,7 @@ standard GCC back end. <code>Gc</code> is written in C using
<code>
yacc
</code>
/
<code>
bison
</code>
for the parser.
Although it's a new program, it fits in the Plan 9 C compiler suite
(
<a
href=
"http://plan9.bell-labs.com/sys/doc/compiler.html"
>
http://plan9.bell-labs.com/sys/doc/compiler.html
</a>
)
and uses a variant of the Plan 9 loader to generate ELF binaries.
and uses a variant of the Plan 9 loader to generate ELF
/Mach-O/PE
binaries.
</p>
<p>
...
...
@@ -1327,7 +1327,7 @@ especially of open source distribution—you'd need a Go compiler to
set up a Go environment.
<code>
Gccgo
</code>
, which came later, makes it possible to
consider writing a compiler in Go, which might well happen. (Go would be a
fine language in which to implement a compiler; a native lexer and
parser are already available in
<a
href=
"/pkg/go/"
><code>
/pkg/go
</code></a>
.)
parser are already available in
the
<a
href=
"/pkg/go/"
><code>
go
</code></a>
package
.)
</p>
<p>
...
...
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