From 27c0039267edf6f14541c854deb4714d4506e9af Mon Sep 17 00:00:00 2001 From: Rob Hoelz Date: Sat, 21 Nov 2015 13:23:48 -0600 Subject: Add Linenoise to modules Linenoise provides tab completion and history support for the builtin REPL --- .gitmodules | 6 ++++++ modules/Linenoise | 1 + modules/library-make | 1 + 3 files changed, 8 insertions(+) create mode 160000 modules/Linenoise create mode 160000 modules/library-make diff --git a/.gitmodules b/.gitmodules index 414789b..7a834ae 100644 --- a/.gitmodules +++ b/.gitmodules @@ -88,3 +88,9 @@ [submodule "modules/json_fast"] path = modules/json_fast url = git://github.com/timo/json_fast +[submodule "modules/library-make"] + path = modules/library-make + url = https://github.com/retupmoca/P6-LibraryMake/ +[submodule "modules/Linenoise"] + path = modules/Linenoise + url = https://github.com/hoelzro/p6-linenoise/ diff --git a/modules/Linenoise b/modules/Linenoise new file mode 160000 index 0000000..b01750a --- /dev/null +++ b/modules/Linenoise @@ -0,0 +1 @@ +Subproject commit b01750a93848d787827461793afe65a4e944b540 diff --git a/modules/library-make b/modules/library-make new file mode 160000 index 0000000..8260c5c --- /dev/null +++ b/modules/library-make @@ -0,0 +1 @@ +Subproject commit 8260c5ced10758dc8fb16730aa084974680cd841 -- cgit v1.1