A programming language
Project description
ZynkLite
Minimalist scripting language for embedding and extensibility
Features
- Lightweight interpreter (<500KB)
- Python/C interoperable (Future)
- Native file I/O and array operations
- Clean syntax with zero dependencies
Quick Start
from zynk_lite import Interpreter
zl = Interpreter()
zl.eval('print "Hello from ZynkLite!";')
Installation
pip install zynk-lite
CLI Usage
zynkl run script.zl # Execute file
zynkl cli # Interactive mode
Documentation
Full language spec and documentation at Github
License
zynk-lite is distributed under the terms of the GPLv3 license. license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zynk_lite-1.0.1.tar.gz
(40.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
zynk_lite-1.0.1-py3-none-any.whl
(49.4 kB
view details)
File details
Details for the file zynk_lite-1.0.1.tar.gz.
File metadata
- Download URL: zynk_lite-1.0.1.tar.gz
- Upload date:
- Size: 40.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74d23be06fb9f0506196546e71cea8de6a9bba81efce7f7aadf2a9819e3bebce
|
|
| MD5 |
8e02ba183ae75456aba79a4e1c81e786
|
|
| BLAKE2b-256 |
530c194d5444731f6c26605da55f31b40f09aae85c3b60a8ae11f2a9e7ae1b4e
|
File details
Details for the file zynk_lite-1.0.1-py3-none-any.whl.
File metadata
- Download URL: zynk_lite-1.0.1-py3-none-any.whl
- Upload date:
- Size: 49.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
292306533bb48d9e0b5e140a2f998d496855e3ec1887c10c3b0c5b927704c552
|
|
| MD5 |
625886ac4344d26db82c50f3b8fd0e19
|
|
| BLAKE2b-256 |
46b8b8dc789974fff98dc0a429aa68114838cceffb75f672cb8feb3491aa1ef3
|