core / org.pinelang.core / PineEngine
PineEngine¶
@ExperimentalUnsignedTypes class PineEngine
Types¶
Name | Summary |
---|---|
Builder | class Builder |
Properties¶
Name | Summary |
---|---|
dpCalculator | val dpCalculator: ( Int ) -> Int |
types | val types: IndexedMap < PineMetaObject > |
Functions¶
Name | Summary |
---|---|
compile | fun compile(script: String , keepDebugSymbols: Boolean = false): Program |
eval | fun eval(program: Program ): PineObject |
load | fun load(script: String , debugSymbol: Boolean = false): PineObject |