mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 13:11:32 +00:00
implement native type compilation
This commit is contained in:
@ -16,6 +16,9 @@ class ExternalSymbolUsageAnalyzer : FunctionLevelVisitor<Unit>() {
|
||||
internalSymbols.removeLast()
|
||||
}
|
||||
|
||||
override fun visitTypeDefinition(node: TypeDefinition) {
|
||||
}
|
||||
|
||||
override fun visitLetDefinition(node: LetDefinition) {
|
||||
node.value.visit(this)
|
||||
}
|
||||
|
Reference in New Issue
Block a user