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.4.tar.gz
(34.1 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.4-py3-none-any.whl
(39.6 kB
view details)
File details
Details for the file zynk_lite-0.1.4.tar.gz.
File metadata
- Download URL: zynk_lite-0.1.4.tar.gz
- Upload date:
- Size: 34.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26b59226174fa67cf0fad67156567233f76bf1030cc00a71b9684dddd6ae9d86
|
|
| MD5 |
2713786daf729676d317483b993438f9
|
|
| BLAKE2b-256 |
bdc3544752f049e885412def4498bec1c15b5d053dd45735a8d056ae84b41a26
|
File details
Details for the file zynk_lite-0.1.4-py3-none-any.whl.
File metadata
- Download URL: zynk_lite-0.1.4-py3-none-any.whl
- Upload date:
- Size: 39.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f18b598a18009e9a3d2139228d842b6e21647cbd825c50e12cd5f26fec4ac67
|
|
| MD5 |
4bbd10ad532ab779a04b60dc4b9b58f1
|
|
| BLAKE2b-256 |
e603107b329cb1b197e4cb3f93c42f51a40912573995ae936ae039bcfaf3de6f
|