hamzaremmal/amy

View on GitHub
compiler/src/main/scala/amyc/ast/SymbolicTreeModule.scala

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
package amyc.ast

import amyc.core.Symbols.Symbol

/**
  * A module containing trees where the names have been resolved to unique identifiers.
  * Both Name and ModuleName are instantiated to Identifier.
  */
object SymbolicTreeModule extends TreeModule :
  type Name = Symbol
  type QualifiedName = Symbol