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 this one working and how can I use it with vscode/vim? #2

Open
Huxpro opened this issue Sep 16, 2018 · 1 comment
Open

Is this one working and how can I use it with vscode/vim? #2

Huxpro opened this issue Sep 16, 2018 · 1 comment

Comments

@Huxpro
Copy link

Huxpro commented Sep 16, 2018

Hi, I was finding SML editor tools for vscode/vim that is comparable to Emacs SML-mode.
I was wondering what's the status of this project and how can I help (if any)?

@kavon
Copy link
Owner

kavon commented Sep 19, 2018

Unfortunately this is not quite working yet.

I'd greatly appreciate any help you can provide. The major components of this project are:

  1. Communication / event dispatching according to the LSP specification.
  2. Maintaining correct program state by compiling / recompiling code (up until type checking only) as needed.
  3. Querying program state by utilizing data structures that result from running SML/NJ's front-end until it gets past type checking.

There are bits and pieces of this scattered around the code right now, but I haven't had a chance to get back to this yet. I believe some use of Concurrent ML features in SML/NJ might help us out here.

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

No branches or pull requests

2 participants