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.8.tar.gz
(34.4 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.8-py3-none-any.whl
(39.8 kB
view details)
File details
Details for the file zynk_lite-0.1.8.tar.gz.
File metadata
- Download URL: zynk_lite-0.1.8.tar.gz
- Upload date:
- Size: 34.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aac8237ccc4fa7093c8a47e9d01618abd91ce68c3e1f6d4bbc1fb1a7081765e7
|
|
| MD5 |
c4a9dd540af7354158bb6f7a5302b5d7
|
|
| BLAKE2b-256 |
dce12d9c1d96dc162aad9d30ebdf5dbf9e1b2dddda915b69b05bbdefdf071604
|
File details
Details for the file zynk_lite-0.1.8-py3-none-any.whl.
File metadata
- Download URL: zynk_lite-0.1.8-py3-none-any.whl
- Upload date:
- Size: 39.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6768261f8aeb5475f45af0d666ec3b3e56bac97f6778bcc108ea84da1355de3
|
|
| MD5 |
bbb271a364b5517454e1ad110a26ac51
|
|
| BLAKE2b-256 |
a210449f058b7e9e8d8f2185b7a2045841957add9f67d049e7db304e3a70a5cb
|