/vscode-curry

Curry IDE for Visual Studio Code

Primary LanguageTypeScriptMIT LicenseMIT

Curry IDE for Visual Studio Code

Version Build Downloads TypeScript

IDE support for the functional logic programming language Curry.

Usage

Build the Curry Language Server and point the curry.languageServer.path option to the built executable.

Building

  • Once: npm run compile
  • Incrementally: npm run watch

Credits

Credits to jpsikorra for creating the TextMate grammar.