ftufek/wig-compiler
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Building requires g++ (>= 4.7) for c++11 support. Tests are placed under tests/ folder. > make code will generate an "fwig" executable in the current directory > make check will run all the tests displaying success or failure Compiled code samples can be found in tests/codegen/ folder. It contains folders named input/, which contains .wig files, and output/, which contains corresponding compiled python cgi files. You can execute them on a cgi server with python support or just execute the server.py script inside codegen folder and visit "localhost:8000/output/<name_of_the_script>.py".