pip install koatl koatl-kernel
Language provider in vscode: "quetzal-koatl"
https://github.com/pyenv/pyenv-installer
cd koatl
pyenv virtualenv pyo3
pyenv local pyo3
pip install -r requirements.txt
maturin develop -m ./Koatl.toml
pytest
koatl ../sample/sunset_timer.tl
Bump version number in Cargo.toml, then
maturin publish
cd koatl-kernel
pip install --upgrade pip setuptools wheel
pip install -e .
koatl
Version number is in koatl_kernel/__init__.py
python3 -m pip install --upgrade build
python3 -m build
python3 -m twine upload --repository pypi dist/*
cd docs
npx docsify serve
cargo test
cargo build
target/debug/koatl trans sample/hello_world.tl