diff options
author | Eduardo Julian | 2022-06-06 01:17:43 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-06 01:17:43 -0400 |
commit | f21ca0dc1956a47b8f7ac6e0ea67d7d246c55280 (patch) | |
tree | 10a40b25b8ed6e332d2fe4f273dcda6bfcbba3bd /documentation/bookmark/tool | |
parent | f623de52d76ad8ec96feb048cd95a3fb150717e1 (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.md | 4 | ||||
-rw-r--r-- | documentation/bookmark/tool/read_eval_print_loop.md | 4 |
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) + |