[PATCH] [llgo] Introduce llgoi, a REPL for Go
Peter Collingbourne
peter at pcc.me.uk
Tue Jan 13 12:50:29 PST 2015
Hi axw,
llgoi is a Go REPL based on llgo irgen and the LLVM JIT. It supports
expressions, statements, most declarations and imports, including binary
imports from the standard library and source imports from $GOPATH.
http://reviews.llvm.org/D6957
Files:
CMakeLists.txt
cmd/llgoi/isatty_posix.go
cmd/llgoi/llgoi.go
test/CMakeLists.txt
test/lit.cfg
test/llgoi/Inputs/src/bar/answer.go
test/llgoi/Inputs/src/foo/answer.go
test/llgoi/Inputs/src/foo_cgo/answer.go
test/llgoi/arith.test
test/llgoi/import-binary.test
test/llgoi/import-source.test
test/llgoi/interfaces.test
test/llgoi/maps.test
test/llgoi/panic.test
test/llgoi/vars.test
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6957.18109.patch
Type: text/x-patch
Size: 18568 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150113/7bfb3618/attachment.bin>
More information about the llvm-commits
mailing list