Skip to content

se-buw/limboole-langium

Repository files navigation

Limboole Langium - Language Server

This is the language server for Limboole, written in Langium.

Commands

  • Install yo and generator-langium:
    • npm install -g yo generator-langium
    • Follow the instructions to create a new project.
  • Generate ast, grammar etc.:
    • npm run langium:generate
  • Build the project:
    • npm run build

Demo:

  • Browser: npm run dev
    • Choose either classic or extended mode.