pascal 0.1.8

A modern Pascal compiler with build/intepreter/package manager built with Rust
Documentation
1
2
3
4
5
6
7
-- Neovim LSP config for pascal-rs
-- Requires: cargo build --features lsp
require('lspconfig').pascal_rs.setup({
  cmd = { 'pascal', 'lsp' },
  filetypes = { 'pascal' },
  root_dir = require('lspconfig.util').root_pattern('pascal.toml', '.git'),
})