The node based 'language' that governs the actors of the game Cao-Lo


Keywords
cao-lo, interpreter, video-game, wasm
License
MIT
Install
pip install cao-lang==0.2.4

Documentation

Cao-Lang

GitHub Workflow Status MIT license Crates.io version PyPI version npm version

The node based "language" that governs the actors in the game CaoLo

Core documentation

Project layout

 |+ cao-lang/           # core library
 |+ c/                  # C interface
 |+ py/                 # Python interface
 |+ wasm/               # WASM interface
 |+ xtask/              # Additional scripts via Cargo
 |  CHANGELOG.md        # Changelog
 |  CMakeLists.txt      # Root cmake file
 |  MANIFEST.in         # Python build dependency
 |  pyproject.toml      # Python build dependency
 |  README.md
 |  setup.py            # Python build dependency
 |  tox.ini             # Python testing dependency
 |  cliff.toml          # git-cliff config