A programming language
Project description
ZynkLite
Minimalist scripting language for embedding and extensibility
Features
- Lightweight interpreter (<500KB)
- Python/C interoperable
- 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.1.tar.gz
(33.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
zynk_lite-0.1.1-py3-none-any.whl
(39.4 kB
view details)
File details
Details for the file zynk_lite-0.1.1.tar.gz.
File metadata
- Download URL: zynk_lite-0.1.1.tar.gz
- Upload date:
- Size: 33.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f443da0890ee4f3ad61c73e2b4b6fb732cb23893f392a7a3d27571141e963994
|
|
| MD5 |
9a497ca22a8653eba7ec02c6b6188532
|
|
| BLAKE2b-256 |
546f6f1925cd1f98dc54f99de5c42ea49c7e86caa0aa6445e0eb048d76dd07e4
|
File details
Details for the file zynk_lite-0.1.1-py3-none-any.whl.
File metadata
- Download URL: zynk_lite-0.1.1-py3-none-any.whl
- Upload date:
- Size: 39.4 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 |
e5845d4125cdb867d6373376f2b630eb0a0ec9425215ece88edc4dc05db114ac
|
|
| MD5 |
61f4bbc1063ebb2be2915ea9d7a68824
|
|
| BLAKE2b-256 |
0a661bd788be06984cdde657e625655569ce7e65ebdf0ba5248deee04f1a3290
|