Skip to content

leanderBehr/SleepyLangSupport

Repository files navigation

SleepyLangSupport

A language support plugin for intellij based IDEs for the Sleepy language based on its compiler. A prebuilt archives are available in this repository in distributions.

Features

  • Simple (lexer based) syntax highlighting.
  • (CLion only) Enables debugging executables with the built in gdb interface.
  • (In Progress on this branch) Semantic (parser based) syntax highlighting.

How to use

  1. Install from the latest archive in distributions or build yourself.
  2. Then specify the path to the Sleepy compiler (i.e. the root of the sleepy repository) in Settings -> Tools -> Sleepy Path.
  3. If the dependencies of the sleepy compiler are not globally installed, also specify the additional python include path as e.g. path/to/venv/lib/python3.8/site-packages.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages