https://github.com/andrei-markeev/pascal-lsp
Language Server for Pascal, built from scratch with focus on performance and DX.
https://github.com/andrei-markeev/pascal-lsp
Last synced: 4 months ago
JSON representation
Language Server for Pascal, built from scratch with focus on performance and DX.
- Host: GitHub
- URL: https://github.com/andrei-markeev/pascal-lsp
- Owner: andrei-markeev
- Created: 2023-12-05T22:51:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T20:00:31.000Z (over 1 year ago)
- Last Synced: 2025-09-10T19:55:30.358Z (9 months ago)
- Language: Pascal
- Homepage:
- Size: 541 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Pascal Language Server
Pascal parser and language server for VSCode (potentially can be used with other modern editors as well). It is _not_ dependent on Lazarus Code Tools or any other external library. The parser is built from scratch with focus on performance (so that it can be used even with very large projects with millions lines of code) and developer experience (so that it provides a level of code completion and codebase navigation comparable to that of e.g. TypeScript).
### Status
Work in progress.