Web Object Compiler

The Web Object Compiler (woc) is the main component that translates WOLF files into the target language.

Compiling WOC

WOC requires Qt 4 (any version starting at 4.4 should work) in order to be compiled.

Enter the woc directory and call qmake and make to compile it or open woc.pro in QtCreator and build it.

Using WOC

WOC is a command line utility. It takes the name of any number of WOLF files as argument - it will process those files in the order they are given as arguments and produce output that encompasses all of them. If you want to compile several independent WOLF files you should call WOC with each of them separately. Since most WOLF files will give relative paths you should change into the directory of the WOLF file before calling WOC.