Ivan Denisov 7d054b3e07 example renamed hace 9 años
..
Std 7d054b3e07 example renamed hace 9 años
System 7d054b3e07 example renamed hace 9 años
Coder-List.odc 7d054b3e07 example renamed hace 9 años
README 7d054b3e07 example renamed hace 9 años
runc 7d054b3e07 example renamed hace 9 años

README

Application for web-service which edcode BlackBox subsystems.
Used by http://gitlab.molpit.org for processing of repository hooks.

Author: Ivan Denisov, denisov@molpit.org

Installation for Linux

1. Prepare Interp version of BlackBox in "Linux_Interp" folder:
./switch-target `uname -s` Interp
./build
./export ../Linux_Interp

2. Compile this example:
cd ../examples/encoder
echo "DevCompiler.CompileThis StdCoder Init" | ./runc

3. For demonstration run:
ENCODE_LIST_NAME='Coder-List.odc' ENCODE_LIST_PATH='' ./runc

Output will contain two files encoded by StdCoder: 'Std/Mod/Coder.odc' and 'System/Mod/Init.odc'.