Project goals
Universal graph representation - The compiler is internally represented as a single graph. This means that things like CFG(control flow grah), DFG(data flow grah), DG(defenition grah i.e. name resolution, module graph), AST/CST are inside a single graph representation.