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-0.2.3.tar.gz
(43.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-0.2.3-py3-none-any.whl
(49.5 kB
view details)
File details
Details for the file zynk_lite-0.2.3.tar.gz.
File metadata
- Download URL: zynk_lite-0.2.3.tar.gz
- Upload date:
- Size: 43.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7319a685aafaf005194d66f68b6f1bb4303dc439bd49a1c2eb1bf631c95876b
|
|
| MD5 |
e74e418ce3fa1795fc504a7379d3a189
|
|
| BLAKE2b-256 |
3115629f68198e4a0e47ad24cb8651ab14006ceac9216c06dc7f4897deb9f4f5
|
File details
Details for the file zynk_lite-0.2.3-py3-none-any.whl.
File metadata
- Download URL: zynk_lite-0.2.3-py3-none-any.whl
- Upload date:
- Size: 49.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eddc2dbd32c41766cb40569d47f3eb11f423c5cb1abf75e477b146ec15dd3c4a
|
|
| MD5 |
e4345224440020463b63560d84ded3d0
|
|
| BLAKE2b-256 |
f38fa55d6b6011929fb1cdc63e74d4d6f6ab1b98d4d3d8745177346179e1f411
|