Index | |
StrasheelaTutorial | |
SPrototyper | |
CustomCompiler |
- Path at "x-ozlib://anders/tmp/Path/Path.ozf"
- OPIEnv at "x-oz://system/OPIEnv.ozf"
- Compiler
- ErrorListener
- OS
- QTk at "x-oz://system/wp/QTk.ozf"
- Debug at "x-oz://boot/Debug"
- Strasheela at "x-ozlib://anders/strasheela/Strasheela.ozf"
- CTT at "x-ozlib://anders/strasheela/ConstrainTimingTree/ConstrainTimingTree.ozf"
- Pattern at "x-ozlib://anders/strasheela/Pattern/Pattern.ozf"
- Motif at "x-ozlib://anders/strasheela/Motif/Motif.ozf"
- HS at "x-ozlib://anders/strasheela/HarmonisedScore/HarmonisedScore.ozf"
- Measure at "x-ozlib://anders/strasheela/Measure/Measure.ozf"
- ScoreInspector at "x-ozlib://anders/strasheela/ScoreInspector/ScoreInspector.ozf"
- <P/1:MakeCompiler>
- <P/2:FeedStatement>
- <P/3:FeedExpression>
- <P/1:FeedInitFile>
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).