Class Workspace

java.lang.Object
org.ek9lang.compiler.Workspace

public class Workspace extends Object
Designed to represent one or more source files that are part of a workspace. Needs to become thread safe, especially around parsing. This is because when a user is typing via lsp mode - this will get triggered over and over.