Class Server

java.lang.Object
org.ek9lang.lsp.Server

public final class Server extends Object
EK9 LSP server launcher. You can run from main below, but it is designed to work with cli/EK9.java Plan to use much of the compiler as possible in the first instance. This will be mainly for the diagnostics and the like. All of that is wrapped up in the EK9LanguageServer and its components.