diff options
Diffstat (limited to 'src/cmd/goyacc/doc.go')
-rw-r--r-- | src/cmd/goyacc/doc.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/goyacc/doc.go b/src/cmd/goyacc/doc.go index ea5813ebc..a3cf07533 100644 --- a/src/cmd/goyacc/doc.go +++ b/src/cmd/goyacc/doc.go @@ -4,8 +4,8 @@ /* -The program goyacc is a version of yacc written in Go and generating -as output a parser also in Go. +Goyacc is a version of yacc for Go. +It is written in Go and generates parsers written in Go. It is largely transliterated from the Inferno version written in Limbo which in turn was largely transliterated from the Plan 9 version |