fwcd / curry-language-server

IDE support for the functional logic language Curry
BSD 3-Clause "New" or "Revised" License
27 stars 2 forks source link

Investigate vendoring libs and cpm #44

Open fwcd opened 2 years ago

fwcd commented 2 years ago

Similar to the existing Curry compilers (PAKCS and KiCS2) we could vendor our own versions of the libraries and the CPM as Git submodules to remove the runtime dependency on an existing Curry compiler (which is currently configured to use pakcs by default and configurable as curry.languageServer.curryPath).