mirror of
https://github.com/golang/go
synced 2024-11-26 23:11:24 -07:00
81d7c51837
- code scavenged from Go-in-Go front-end (will merge back) - using "symbol-table" free parsing to build AST - no printing yet R=r OCL=15504 CL=15504
9 lines
222 B
Go
9 lines
222 B
Go
// 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.
|
|
|
|
package Printer;
|
|
|
|
|
|
// TODO Fill in the code to print the AST
|