NaBytecode.resolve

goes over bytecode, checks if there are any errors, and converts jump positions to indexes i.e: makes the byte code a bit more ready for execution

class NaBytecode
string[]
resolve
()

Return Value

Type: string[]

errors in a string[], or an empty array in case no errors

Meta