UMRnInside / MlogEvo-stdlib

"Standard libraries" for MlogEvo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MlogEvo-stdlib

"Standard libraries" for MlogEvo.

It's hard to distribute MlogEvo Standard Library with MlogEvo, for the egg format does NOT include those C header files, and wheel format drops its hierarchy.

Install

  1. Download the standard library. Of course, you can click Code -> Download ZIP (on GitHub) instead.
# Use git
git clone https://github.com/UMRnInside/MlogEvo-stdlib --depth 1
  1. Install this into Python include directory.
cd MlogEvo-stdlib
python3 install_stdlib.py

Of course, you can literally copy-paste the whole mlogevo directory instead.

Uninstall

cd MlogEvo-stdlib
python3 uninstall_stdlib.py

Usage without installation

python3 -m mlogevo -I/path/to/MlogEvo-stdlib/include your-source-code.c

About

"Standard libraries" for MlogEvo.

License:MIT License


Languages

Language:C 96.3%Language:Python 3.7%