Commit a138b50e authored by Ken Thompson's avatar Ken Thompson

goyacc command

written in (c-style) go
produces go source parser

R=rsc
OCL=34522
CL=34522
parent c1342802
# Copyright 2009 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
include $(GOROOT)/src/Make.$(GOARCH)
TARG=goyacc
GOFILES=\
goyacc.go\
include $(GOROOT)/src/Make.cmd
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment