]> git.lizzy.rs Git - rust.git/commit
rusti: Add linenoise, wrap into core::rl and add rusti REPL tool
authorZack Corr <zack@z0w0.me>
Wed, 3 Oct 2012 01:15:02 +0000 (11:15 +1000)
committerZack Corr <zack@z0w0.me>
Sat, 27 Oct 2012 08:03:15 +0000 (18:03 +1000)
commit4912428cb5c5b4bf9e575673e5480b5f269353db
tree66bc8d1474df1297d8d19bea5b4908d9a207272e
parent39c0d3591e0326874b7263a621ce09ecd64f0eb2
rusti: Add linenoise, wrap into core::rl and add rusti REPL tool

Add Brian Leibig to AUTHORS.txt for REPL contributions
21 files changed:
.gitmodules
AUTHORS.txt
Makefile.in
configure
mk/clean.mk
mk/dist.mk
mk/install.mk
mk/platform.mk
mk/pp.mk
mk/rt.mk
mk/rustllvm.mk
mk/target.mk
mk/tests.mk
mk/tools.mk
src/README.txt
src/libcore/core.rc
src/libcore/rl.rs [new file with mode: 0644]
src/linenoise [new submodule]
src/rusti/rusti.rc [new file with mode: 0644]
src/rusti/rusti.rs [new file with mode: 0644]
src/rusti/wrapper.rs [new file with mode: 0644]