I've already started some work on this, but I wanted to track it with an issue. I'm targeting a JSON file like the elements.json file that we have for the jet reference, so that we can generate a standard library reference Markdown file for the documentation website, and also import it into the LSP to annotate standard library function calls with their documentation and type signatures.
I'm trying to make the format exactly parallel to that of elements.json so that code that processes that can be re-used.
I've already started some work on this, but I wanted to track it with an issue. I'm targeting a JSON file like the
elements.jsonfile that we have for the jet reference, so that we can generate a standard library reference Markdown file for the documentation website, and also import it into the LSP to annotate standard library function calls with their documentation and type signatures.I'm trying to make the format exactly parallel to that of
elements.jsonso that code that processes that can be re-used.