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.1.tar.gz
(43.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-0.2.1-py3-none-any.whl
(49.5 kB
view details)
File details
Details for the file zynk_lite-0.2.1.tar.gz.
File metadata
- Download URL: zynk_lite-0.2.1.tar.gz
- Upload date:
- Size: 43.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ce6e50ede4b59191d8d2ea85b19c3a91b048d61ac2eccf31ce5d9b6ffc1968d
|
|
| MD5 |
4f31dd867c334b9e686468a9caa0bd2e
|
|
| BLAKE2b-256 |
8e1fb11de2dba3bff2dcf0ee3b2b3106ef9d2ce4db0b3ad037c064413a856825
|
File details
Details for the file zynk_lite-0.2.1-py3-none-any.whl.
File metadata
- Download URL: zynk_lite-0.2.1-py3-none-any.whl
- Upload date:
- Size: 49.5 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 |
8a47b5c9a7e6dcd8e70793b2b5e702b5c6714b8a97307d6a815e51c48966f6be
|
|
| MD5 |
004d45345d182fbe68a4a6768436c50b
|
|
| BLAKE2b-256 |
bb589698590e360c0032326b42a7d6d8c51de64ba878adfeb70ebb44ebd0e55b
|