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.1.7.tar.gz
(34.2 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.1.7-py3-none-any.whl
(39.8 kB
view details)
File details
Details for the file zynk_lite-0.1.7.tar.gz.
File metadata
- Download URL: zynk_lite-0.1.7.tar.gz
- Upload date:
- Size: 34.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4975ce40d1d795665fd9ddabec0ac3cbfa0a296bdeb3aceef9380728bee4a82
|
|
| MD5 |
1d73ddb3b8ad6d939f05c36ada23c9aa
|
|
| BLAKE2b-256 |
b5563b2a02b9f75c0de7778a41c7457c2d7961fd2e3c0e19e97944dac34cfe8e
|
File details
Details for the file zynk_lite-0.1.7-py3-none-any.whl.
File metadata
- Download URL: zynk_lite-0.1.7-py3-none-any.whl
- Upload date:
- Size: 39.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34176eef3e08fbf664284a909ce3ac1e7a2deaa5956cedcad223300d434cfa63
|
|
| MD5 |
a520e9e9ca9036e2bcef161340f45327
|
|
| BLAKE2b-256 |
31e5ceab17aec738c9adc68cdf295f412582ccd60fcc0e6eb2300757159ef2db
|