gares / vscoq-language-server

Language server for Coq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actions Status

VSCoq Language Server

This is a language server for Coq speaking LSP with a few additional messages which are VSCoq specific (e.g. declaring a point of interest, printing goals).

  • SEL is a simple event library used to handle I/O
  • DM is a document manager for Coq with support for delegation via SEL
  • vscoqtop is a Coq toplevel speaking LSP based on DM and SEL

Status

This software is being actively developed and should not be used by the public.

Running

The coq and vscoq submodules point to versions which are know to work. make run starts code with the right settings.

About

Language server for Coq

License:GNU Lesser General Public License v2.1


Languages

Language:OCaml 65.6%Language:Coq 34.0%Language:Makefile 0.4%