Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llgoi: Fix importing source packages together with dependent binary packages. | Peter Collingbourne | 2015-03-18 | 1 | -1/+4 |
| | | | | | | | | | | Note that this means that llgoi does not support the case where a package's pkgpath is different from its import path, but I don't think this should actually happen with llgoi. Differential Revision: http://reviews.llvm.org/D8403 llvm-svn: 232612 | ||||
* | Introduce llgoi, a REPL for Go | Peter Collingbourne | 2015-01-15 | 3 | -0/+20 |
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. Differential Revision: http://reviews.llvm.org/D6957 llvm-svn: 226097 |