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.0.tar.gz
(33.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.0-py3-none-any.whl
(39.2 kB
view details)
File details
Details for the file zynk_lite-0.1.0.tar.gz.
File metadata
- Download URL: zynk_lite-0.1.0.tar.gz
- Upload date:
- Size: 33.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bba7c3fd8fe66fcd258b0488bf43dd10b364139d2c5d48676778603be1866dd
|
|
| MD5 |
e87f5adae7d4f9b2dba74bdbcb9e6021
|
|
| BLAKE2b-256 |
83a49dc783533c685160fef0a4ff3a8b7357f22700217862fcff406afdc776b6
|
File details
Details for the file zynk_lite-0.1.0-py3-none-any.whl.
File metadata
- Download URL: zynk_lite-0.1.0-py3-none-any.whl
- Upload date:
- Size: 39.2 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 |
a19a664cdf4d2db484027feca2add0a58e0633afcc4d278407fa6ea2819a1d8b
|
|
| MD5 |
2aa5eba507b8c8d9192ff6e281434da9
|
|
| BLAKE2b-256 |
40f1f8520375519b7b96b5f7cce90ad3b12df7a50cfde8bf8266a9885efd2732
|