mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 13:11:32 +00:00
compiler: full support for IR based compilation
This commit is contained in:
@ -18,4 +18,6 @@ class ScopeSymbol(val slabScope: SlabScope, val definition: Definition) {
|
||||
result = 31 * result + symbol.hashCode()
|
||||
return result
|
||||
}
|
||||
|
||||
override fun toString(): String = "ScopeSymbol(${symbol.id})"
|
||||
}
|
||||
|
Reference in New Issue
Block a user