Uses of Class
org.ek9lang.compiler.Workspace

Packages that use Workspace
Package
Description
B - For the EK9 compiler itself.
C - For the Suppliers of the 'compilation phases' as mentioned in the org.ek9lang.compiler package.
D - For the first of the compilation phases;it triggers source file Lexing and Parsing using 'ANTLR'.
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
 
 
 
F - Resolution of Explicitly Defined Type Symbols at this point phase1 processing should have defined most of the explicitly defined symbols, so they should be resolvable.
G - Full Symbol Resolution can now take place.
 
 
 
 
 
 
A-2 - Start here for tooling entry point specifically 'language server' implementation.