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.3.tar.gz
(33.7 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.3-py3-none-any.whl
(39.4 kB
view details)
File details
Details for the file zynk_lite-0.1.3.tar.gz.
File metadata
- Download URL: zynk_lite-0.1.3.tar.gz
- Upload date:
- Size: 33.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76703215dea8063398f99fa555246f2422d844f06c3182126e4fed9aef9ea52b
|
|
| MD5 |
127a32032001539a953070265fd78825
|
|
| BLAKE2b-256 |
0300141bcf44706207ca874d22ef7d1980a56fbed527164728053dbff438d990
|
File details
Details for the file zynk_lite-0.1.3-py3-none-any.whl.
File metadata
- Download URL: zynk_lite-0.1.3-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.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08a0b139810c39dd564c4985d3a78a28dc1207d97e4490dc6631e3dc8ec8128e
|
|
| MD5 |
3156fa58d209a8dd0993153d474e4072
|
|
| BLAKE2b-256 |
e1029bd5869d5c1f9a61ea05bd148ff4bd44dbe306fa31e9bba3d0e90b5f2c91
|