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

by-position arguments support #3

Open
CXuesong opened this issue May 30, 2017 · 0 comments
Open

by-position arguments support #3

CXuesong opened this issue May 30, 2017 · 0 comments
Assignees

Comments

@CXuesong
Copy link
Owner

I created this library in order to implement the Language Server Protocol. Thus, for now, the server only supports by-name argument passing style.

An example of by-position argument passing style is as follows

{"jsonrpc": "2.0", "method": "subtract", "params": [42, 23], "id": 1}

In the future, this style is going to be supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant