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.0.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.0-py3-none-any.whl
(49.3 kB
view details)
File details
Details for the file zynk_lite-1.0.0.tar.gz.
File metadata
- Download URL: zynk_lite-1.0.0.tar.gz
- Upload date:
- Size: 40.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ffa6a746c1b2f1e5dc25460c352ab998d054ba5f8ac1d4ff5420b72a7c9eeed
|
|
| MD5 |
fca058f9e221e7013be6c81ba706d1a9
|
|
| BLAKE2b-256 |
2271cb6505b3847f94d3539bb6fdddf5250130b176226218a3c107f7a25b1fe6
|
File details
Details for the file zynk_lite-1.0.0-py3-none-any.whl.
File metadata
- Download URL: zynk_lite-1.0.0-py3-none-any.whl
- Upload date:
- Size: 49.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba28be9d90ad5cb2f91d6a59261d92273f751d321f74a8f5966daff325e7a908
|
|
| MD5 |
65431ed76cb76c7533444e4b7a07852c
|
|
| BLAKE2b-256 |
326d5516c503da45ba30b00c0114e714260450fae4eb516350940b2d78a1a6e7
|