Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a more-friendly-to-parsing parseable version of the spec? #585

Closed
DanTup opened this issue Oct 15, 2018 · 2 comments
Closed

Is there a more-friendly-to-parsing parseable version of the spec? #585

DanTup opened this issue Oct 15, 2018 · 2 comments

Comments

@DanTup
Copy link
Contributor

DanTup commented Oct 15, 2018

I've been parsing the spec recently to auto-generate classes to use for an LSP server implementation, but found some little quirks that made it more complicated than it could've been.

I wondered whether there was another version of the spec besides the markdown one to aid code-generation of interfaces for other languages? I wonder how other projects are keeping up with the latest changes easily?

@rcjsuen
Copy link
Contributor

rcjsuen commented Oct 15, 2018

I imagine some people generate stuff from the TypeScript code from the Microsoft/vscode-languageserver-node repository.

Also see #67.

@DanTup
Copy link
Contributor Author

DanTup commented Oct 15, 2018

Ah thanks, I guess this is a dupe of #67; I failed to find that!

I didn't think to parse the VS Code repos, that might work out a little easier. I'll give it a go next time my regex parsing fails on the spec!

@DanTup DanTup closed this as completed Oct 15, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants