From c3eaef71ab3039921f4cf28bd4abd22aae002922 Mon Sep 17 00:00:00 2001
From: Shenghou Ma Gc
is written in C using
yacc
/bison
for the parser.
Although it's a new program, it fits in the Plan 9 C compiler suite
(http://plan9.bell-labs.com/sys/doc/compiler.html)
-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.
@@ -1327,7 +1327,7 @@ especially of open source distribution—you'd need a Go compiler to
set up a Go environment. Gccgo
, 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 /pkg/go
.)
+parser are already available in the go
package.)