Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 771 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 771 Bytes

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.