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.17.tar.gz
(19.6 MB
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.17.tar.gz.
File metadata
- Download URL: zynk_lite-0.2.17.tar.gz
- Upload date:
- Size: 19.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17a8583c6a1eabeb34b8cb914e1085dc5eaf4fbcced8ba2c9c6bb4341e49f2fa
|
|
| MD5 |
0ec3098f0ef3de03f601ad0e64bd2e5c
|
|
| BLAKE2b-256 |
644189be05f5f07d37d0b20741569ba3b2317b8a99c8f0bfff7764f4076bf2f4
|
File details
Details for the file zynk_lite-0.2.17-py3-none-any.whl.
File metadata
- Download URL: zynk_lite-0.2.17-py3-none-any.whl
- Upload date:
- Size: 49.8 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 |
f3ad6f4ba77f47cd0c8b48608e559fc4dd2d8dc88ffc7a2082692c7188302704
|
|
| MD5 |
af3edbcdfe911569b9f448cbbb2cd5b0
|
|
| BLAKE2b-256 |
875bb5c108c6088540b3a5f836772fd93d38b3abddc1125c69b727e88c962cad
|