diff --git a/.gitmodules b/.gitmodules index 6a42f14d..6e4519e5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13652,3 +13652,30 @@ [submodule "2024/07/14/guile-language-server"] path = 2024/07/14/guile-language-server url = https://github.com/Johni0702/guile-language-server +[submodule "2024/07/14/language-server-protocol"] + path = 2024/07/14/language-server-protocol + url = https://github.com/microsoft/language-server-protocol +[submodule "2024/07/15/flycheck-guile"] + path = 2024/07/15/flycheck-guile + url = https://github.com/flatwhatson/flycheck-guile +[submodule "2024/07/15/scheme-json-rpc"] + path = 2024/07/15/scheme-json-rpc + url = https://codeberg.org/rgherdt/scheme-json-rpc +[submodule "2024/07/15/guile"] + path = 2024/07/15/guile + url = https://gitlab.com/emacs-geiser/guile +[submodule "2024/07/15/tree-sitter-scheme"] + path = 2024/07/15/tree-sitter-scheme + url = https://github.com/6cdh/tree-sitter-scheme +[submodule "2024/07/16/resyntax"] + path = 2024/07/16/resyntax + url = https://github.com/jackfirth/resyntax +[submodule "2024/07/17/mit-scheme"] + path = 2024/07/17/mit-scheme + url = https://git.savannah.gnu.org/git/mit-scheme.git +[submodule "2024/07/17/little-scheme-in-python"] + path = 2024/07/17/little-scheme-in-python + url = https://github.com/nukata/little-scheme-in-python +[submodule "2024/07/17/srfi-common"] + path = 2024/07/17/srfi-common + url = https://github.com/scheme-requests-for-implementation/srfi-common diff --git a/2024/07/13/monitors4codegen b/2024/07/13/monitors4codegen index 52ccb454..e687d948 160000 --- a/2024/07/13/monitors4codegen +++ b/2024/07/13/monitors4codegen @@ -1 +1 @@ -Subproject commit 52ccb454bb9921dc133aba967f18a3507e62fe99 +Subproject commit e687d94879b2782728b330595b708a9199019014 diff --git a/2024/07/14/language-server-protocol b/2024/07/14/language-server-protocol new file mode 160000 index 00000000..5ea5461d --- /dev/null +++ b/2024/07/14/language-server-protocol @@ -0,0 +1 @@ +Subproject commit 5ea5461dd0c1ecde58ac095bea5f6b416ffcae67 diff --git a/2024/07/15/flycheck-guile b/2024/07/15/flycheck-guile new file mode 160000 index 00000000..dd7bbdc4 --- /dev/null +++ b/2024/07/15/flycheck-guile @@ -0,0 +1 @@ +Subproject commit dd7bbdc48fd21cf8d270c913c56cd580f8ec3d03 diff --git a/2024/07/15/guile b/2024/07/15/guile new file mode 160000 index 00000000..ebdd1923 --- /dev/null +++ b/2024/07/15/guile @@ -0,0 +1 @@ +Subproject commit ebdd1923b0780778706ea6b16aa2b0ce3e7dc33d diff --git a/2024/07/15/scheme-json-rpc b/2024/07/15/scheme-json-rpc new file mode 160000 index 00000000..70192263 --- /dev/null +++ b/2024/07/15/scheme-json-rpc @@ -0,0 +1 @@ +Subproject commit 70192263f3947624400803e00fa37e69b9e574a3 diff --git a/2024/07/15/tree-sitter-scheme b/2024/07/15/tree-sitter-scheme new file mode 160000 index 00000000..8f9dff3d --- /dev/null +++ b/2024/07/15/tree-sitter-scheme @@ -0,0 +1 @@ +Subproject commit 8f9dff3d038f09934db5ea113cebc59c74447743 diff --git a/2024/07/16/resyntax b/2024/07/16/resyntax new file mode 160000 index 00000000..76949ae1 --- /dev/null +++ b/2024/07/16/resyntax @@ -0,0 +1 @@ +Subproject commit 76949ae1d5422bc0ce9390b775a8bdab54cb1852 diff --git a/2024/07/17/little-scheme-in-python b/2024/07/17/little-scheme-in-python new file mode 160000 index 00000000..d5961a21 --- /dev/null +++ b/2024/07/17/little-scheme-in-python @@ -0,0 +1 @@ +Subproject commit d5961a21e30a5653c3eb772a96b3fabe085d6d5e diff --git a/2024/07/17/mit-scheme b/2024/07/17/mit-scheme new file mode 160000 index 00000000..4809da2a --- /dev/null +++ b/2024/07/17/mit-scheme @@ -0,0 +1 @@ +Subproject commit 4809da2af5343017be6ea9a1a292cbe2a728c7b7 diff --git a/2024/07/17/srfi-common b/2024/07/17/srfi-common new file mode 160000 index 00000000..5aced9eb --- /dev/null +++ b/2024/07/17/srfi-common @@ -0,0 +1 @@ +Subproject commit 5aced9ebcc36518c0320da1b2706c3ad3a408ca8