lix/lix-doc
Lunaphied 80e5895687 lix-doc: update dependencies and refactor
This updates the version of rnix used and refactors the code generally
to be more precise and capable in it's identification of both lambdas
and determining which documentation comments are attached.

Change-Id: Ib0dddabd71f772c95077f9d7654023b37a7a1fd2
2024-06-25 12:24:00 -06:00
..
src lix-doc: update dependencies and refactor 2024-06-25 12:24:00 -06:00
.gitignore nix-doc -> lix-doc, make self-contained in package.nix 2024-04-08 04:05:13 +00:00
Cargo.lock lix-doc: update dependencies and refactor 2024-06-25 12:24:00 -06:00
Cargo.toml lix-doc: update dependencies and refactor 2024-06-25 12:24:00 -06:00
package.nix Format Nix code with nixfmt 2024-04-08 13:00:00 -07:00
README.md nix-doc -> lix-doc, make self-contained in package.nix 2024-04-08 04:05:13 +00:00

lix-doc

This is a stripped down fork of nix-doc, used for :doc in nix repl in Lix. It will be replaced in the future with proper support when we get the new parser working, but it exists today as a low-risk implementation of an important usability feature.