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.3.2.tar.gz
(41.1 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.3.2-py3-none-any.whl
(50.0 kB
view details)
File details
Details for the file zynk_lite-0.3.2.tar.gz.
File metadata
- Download URL: zynk_lite-0.3.2.tar.gz
- Upload date:
- Size: 41.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8bf0c9ec1ae7833df5b531293d50f18f242cc35a0d8f618719db6cfdced1257
|
|
| MD5 |
014399b38957ee214b5cb9de82764685
|
|
| BLAKE2b-256 |
2b05a2f3d7eddb0444b82da98b784633a05f1d9f7fd98131f658f33ee5f2bab2
|
File details
Details for the file zynk_lite-0.3.2-py3-none-any.whl.
File metadata
- Download URL: zynk_lite-0.3.2-py3-none-any.whl
- Upload date:
- Size: 50.0 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 |
65c21610e876cd8f3b1c1e7003b74c371fecab1cfceb23435cceea9f6c41efef
|
|
| MD5 |
8aa5ae343a8d173c15dd50f07a679f6a
|
|
| BLAKE2b-256 |
ead5d59039b7b56fefda1bac6677037edee32937ee5fba7745ca6d778e55f3d6
|