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.11.tar.gz
(43.6 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
File details
Details for the file zynk_lite-0.2.11.tar.gz.
File metadata
- Download URL: zynk_lite-0.2.11.tar.gz
- Upload date:
- Size: 43.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bf3c9522684cad161a132b91a1f1d625736717af72879da10d35f2dfd5c97c1
|
|
| MD5 |
2be01e1fd85d2a2421fc9a559e800f7f
|
|
| BLAKE2b-256 |
7d6e5e2d0f3052f73d6bc82f4bc98a8a19a480ffcb047c095bd57bd3d9782112
|
File details
Details for the file zynk_lite-0.2.11-py3-none-any.whl.
File metadata
- Download URL: zynk_lite-0.2.11-py3-none-any.whl
- Upload date:
- Size: 49.6 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 |
195a9b1f416ca6376b88b168295b305686f6f2590275bb54cdea2ff5dfbdba46
|
|
| MD5 |
3c6a2a7cef1234f61c1ee71be1648fe0
|
|
| BLAKE2b-256 |
62483799ea878078afde99776e9b8648441d6b10a0a166c9ae8dfb7437c254a1
|