tricktron / frege-lsp-server

Frege Language Server Using the Language Server Protocol
MIT License
1 stars 0 forks source link

Configure Frege Compiler Classpath with Environment Variable #28

Closed tricktron closed 2 years ago

tricktron commented 2 years ago

Implements the low hanging fruit solution of #26.

New Modules

The ability to configure the frege compiler drove splitting the compilerHelper module into compileOptions, compileGlobal and compileExecutor modules.