SomewhatML / sml-analyzer

An experimental language server for SomewhatML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sml-analyzer

An experimental language-server for SomewhatML that provides:

  • Completions
  • Provide type information on hover
  • Goto definition support
  • Inline error reporting (syntax and type unification)

Demo

cargo build

then follow the instructions below

Running sml-analyzer

  • Run npm install in this folder. This installs all necessary npm modules in both the client and server folder
  • Open VS Code on this folder.
  • Press Ctrl+Shift+B to compile the client and server.
  • Switch to the Debug viewlet.
  • Select Launch Client from the drop down.
  • Run the launch config.
  • If you want to debug the server as well use the launch configuration Attach to Server
  • In the [Extension Development Host] instance of VSCode, open a document in 'plain text' language mode.
    • Type j or t to see Javascript and TypeScript completion.
    • Enter text content such as AAA aaa BBB. The extension will emit diagnostics for all words in all-uppercase.

About

An experimental language server for SomewhatML

License:MIT License


Languages

Language:Rust 97.7%Language:TypeScript 2.2%Language:Standard ML 0.1%