move ast types into seperate ts file (#169)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { Program } from '../lang/abstractSyntaxTree'
|
||||
import { Program } from '../lang/abstractSyntaxTreeTypes'
|
||||
import { ProgramMemory, _executor } from '../lang/executor'
|
||||
import { EngineCommandManager } from '../lang/std/engineConnection'
|
||||
|
||||
|
Reference in New Issue
Block a user