Uses of Class
org.holtz.zoe.zoel.ZoelVM

Packages that use ZoelVM
org.holtz.zoe.zoel A Turing-complete mutatable programming language featuring block statements, a stack, a heap, registers of sensory data, and operators to perform actions in the Zoe World.
 
 

Uses of ZoelVM in org.holtz.zoe.zoel
 

Methods in org.holtz.zoe.zoel that return ZoelVM
 ZoelVM ZoelVM.poke(Literal val)
           
 ZoelVM ZoelVM.push(boolean val)
           
 ZoelVM ZoelVM.push(double val)
           
 ZoelVM ZoelVM.push(Literal val)