global: a working virtual machine for some of the use cases. APIs and validation still WIP.

This commit is contained in:
2023-11-21 22:18:05 -08:00
parent 0a2d029c5c
commit 6211ad4ff1
53 changed files with 434 additions and 182 deletions

View File

@ -104,7 +104,7 @@ class ExternalSymbolUsageAnalyzer : FunctionLevelVisitor<Unit>() {
}
override fun visitSetAssignment(node: SetAssignment) {
node.visitChildren(this)
node.value.visit(this)
}
override fun visitStringLiteral(node: StringLiteral) {