Index
StrasheelaTutorial
SPrototyper
CustomCompiler

Functor

Import

Export

Define

proc{MakeCompiler MyCompiler}
Returns a new compiler with the full environment (comparable to the OPI + Strasheela).


proc{FeedStatement MyCode MyCompiler}
Feeds statement MyCode (VS) to MyCompiler.


proc{FeedExpression MyCode MyCompiler Result}
Feeds expression MyCode (VS) to MyCompiler and returns Result.


proc{FeedInitFile MyCompiler}
Feeds OZRC file to MyCompiler. The OZRC is search for at the usual places according conventions (cf. oz/doc/opi/node4.html).


End