Skip to content

ftufek/wig-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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".

About

A compiler from WIG language (a subset of bigwig lang) to python cgi script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published