parol-ls 0.17.2

Language server for parol parser generator
parol-ls-0.17.2 is not a library.

parol-ls README

This project provides a Language Server to support parol's syntax of grammar description files (.par files).

It is used for instance by Parol's VSCode extension

This Language Server is developed with the help of parol itself.

Features

The Language Server currently supports

  • GotoDefinition
  • Hover
  • Document symbols
  • Renaming non-terminal symbols (except the start symbol)
  • and shows syntax errors as you are used to.

Also problems in your grammar are detected and reported.

This tool is still in early development phase. But it can be used in conjunction with Parol's VSCode extension.

Installation

Please install this language server on your platform using the following command.

cargo install --force parol-ls

Also check regularly for updates and issue the command above again on demand.

Acknowledgements

I took some snippets and inspirations from the language server for Lelwel. It is licensed under MIT and Apache-2.0. Thanks a lot and kudos!

Further readings