pascal 0.1.8

A modern Pascal compiler with build/intepreter/package manager built with Rust
Documentation
1
2
3
4
5
6
7
8
9
# JetBrains Plugin (planned)

Use the LSP plugin with this configuration:

- **Language server command:** `pascal lsp`
- **File extension:** `.pas`
- **Build:** `cargo build --features lsp`

Syntax highlighting can use the TextMate grammar at `syntaxes/pascal.tmGrammar.json`.