aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/tool
diff options
context:
space:
mode:
authorEduardo Julian2022-06-06 01:17:43 -0400
committerEduardo Julian2022-06-06 01:17:43 -0400
commitf21ca0dc1956a47b8f7ac6e0ea67d7d246c55280 (patch)
tree10a40b25b8ed6e332d2fe4f273dcda6bfcbba3bd /documentation/bookmark/tool
parentf623de52d76ad8ec96feb048cd95a3fb150717e1 (diff)
Added extensions to JS interop for working with "undefined" values.
Diffstat (limited to 'documentation/bookmark/tool')
-rw-r--r--documentation/bookmark/tool/language_server_protocol.md4
-rw-r--r--documentation/bookmark/tool/read_eval_print_loop.md4
2 files changed, 8 insertions, 0 deletions
diff --git a/documentation/bookmark/tool/language_server_protocol.md b/documentation/bookmark/tool/language_server_protocol.md
new file mode 100644
index 000000000..89246ea39
--- /dev/null
+++ b/documentation/bookmark/tool/language_server_protocol.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Why LSP?](https://matklad.github.io//2022/04/25/why-lsp.html)
+
diff --git a/documentation/bookmark/tool/read_eval_print_loop.md b/documentation/bookmark/tool/read_eval_print_loop.md
new file mode 100644
index 000000000..6d71c3e53
--- /dev/null
+++ b/documentation/bookmark/tool/read_eval_print_loop.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [reple: "Replay-based" REPLs for compiled languages.](https://github.com/BenBrock/reple)
+