hanchenye-llvm-project/llgo/test
Andrew Wilkins bfb1679603 [llgo] llgoi: separate evaluation from printing
Summary:
Separate the evaluation of expressions from printing
of results. This is in preparation for splitting the
core of the interpreter out for use in alternative
interpreter frontends.

At the same time, the output is made less noisy in
response to comments on the golang-nuts announcement.
We would ideally print out values using Go syntax,
but this is impractical until we have libgo based on
Go 1.5. When that happens, fmt's %#v will handle
reflect.Value better, and so we can fix/filter type
names to remove automatically generated package names.

Reviewers: pcc

Subscribers: llvm-commits, axw

Differential Revision: http://reviews.llvm.org/D13761

llvm-svn: 267374
2016-04-25 01:18:20 +00:00
..
debuginfo
driver
execution
gllgo
irgen Roll gofrontend to 07baa07598ea; roll libffi to r219477. 2015-04-05 23:31:49 +00:00
llgoi [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
CMakeLists.txt Introduce llgoi, a REPL for Go 2015-01-15 04:13:29 +00:00
lit.cfg Introduce llgoi, a REPL for Go 2015-01-15 04:13:29 +00:00
lit.site.cfg.in