You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
The text was updated successfully, but these errors were encountered:
I'd greatly appreciate any help you can provide. The major components of this project are:
Communication / event dispatching according to the LSP specification.
Maintaining correct program state by compiling / recompiling code (up until type checking only) as needed.
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.
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)?
The text was updated successfully, but these errors were encountered: