Skip to content
brett hartshorn edited this page Sep 19, 2015 · 2 revisions

highleveloverview

After git cloning this repo, try async_channels.md, you just need Python2 and g++ installed. The command below will save the compiled exe to your temp folder and run it.

cd Rusthon
./rusthon.py ./examples/async_channels.md

see async_channels.md

The option --tar can be used to save the source code of the translated code, javascripts and python scripts inside the markdown, and compiled exes.

./rusthon.py myproject.md --tar project.tar

Sidebar

Clone this wiki locally