Lark Parser Language Server.
Project description
Lark Parser Language Server
Lark Parser Language Server is a Language Server Protocol (LSP) implementation for the Lark parsing library. It provides features such as syntax highlighting, code completion, and error checking for Lark grammar files in compatible code editors.
✨ Features
The language server provides the following LSP features:
- Diagnostics: Syntax error detection and undefined symbol validation
- Code Completion: Intelligent suggestions for rules, terminals, and keywords
- Hover Information: Documentation and type information on hover
- Go to Definition: Navigate to rule and terminal definitions
- Find References: Locate all usages of symbols
- Document Symbols: Outline view with rules and terminals
- Semantic Analysis: Advanced grammar validation
- Formatting: Automatic code formatting for Lark grammar files
Requirements
- Python 3.9.0 or higher
Install
Install from PyPI
pip install lark-parser-language-server
Usage
Run the language server
# Run the server
python -m lark_language_server
# Run with TCP (for debugging)
python -m lark_language_server --tcp --host 127.0.0.1 --port 2087
Docs
Documentation is available at our docs site ↗.
Release Notes
All changes to versions of this library are listed in our change log ↗.
Contributing
Contributions are greatly appreciated.
Please fork this repository and open a pull request to make grammar tweaks, add support for other subgrammars etc.
Contributors
See the list of contributors in our contributors page ↗.
License
This project is licensed under the terms of the Apache-2.0 license. See the LICENSE ↗ file.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lark_parser_language_server-0.4.0.tar.gz.
File metadata
- Download URL: lark_parser_language_server-0.4.0.tar.gz
- Upload date:
- Size: 26.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.13.9 Linux/5.15.0-139-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f06405083ef6a7e1b81706813f13291c323f1d24b5a78ee95e67bed18d2e84c
|
|
| MD5 |
3403deadce4f3f4cd50a72b47722d41f
|
|
| BLAKE2b-256 |
a061de384a80a3602c022213d7cee5290d8ceb8d1a37b1298e87ab99e712c19c
|
File details
Details for the file lark_parser_language_server-0.4.0-py3-none-any.whl.
File metadata
- Download URL: lark_parser_language_server-0.4.0-py3-none-any.whl
- Upload date:
- Size: 29.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.13.9 Linux/5.15.0-139-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a460609b86957ea224f6a12acae1b9466851837f3200fa109a1531bc190dcfd7
|
|
| MD5 |
d5d15982fa3e20afbf1cc9d17a311588
|
|
| BLAKE2b-256 |
aeee041b2a04a80f0fb427305f9ab1f128edde6139c206112493c5d48a65b253
|