| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/go-python/gpython/main/parser/parser.go | [Back] [Original] |
// Copyright 2018 The go-python Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // This file holds the go generate command to run yacc on the grammar in grammar.y. // To build y.go: // % go generate // % go build //go:generate goyacc -v y.output grammar.y package parser
| Web Proxy Viewer | New URL | Original Page |