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.2.22.tar.gz
(40.8 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
File details
Details for the file zynk_lite-0.2.22.tar.gz.
File metadata
- Download URL: zynk_lite-0.2.22.tar.gz
- Upload date:
- Size: 40.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df1307f0739f2ff972911e8665cd654684fde6b6c1c9e81250f9cedc0eacf194
|
|
| MD5 |
5f5c0eae026b50002dd60ec1ce5455e5
|
|
| BLAKE2b-256 |
774db76b4b0dc9da61db2104f81d06481a55219bbd3740556ef74f6b042a6072
|
File details
Details for the file zynk_lite-0.2.22-py3-none-any.whl.
File metadata
- Download URL: zynk_lite-0.2.22-py3-none-any.whl
- Upload date:
- Size: 49.6 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 |
d33bd5e5c859afdd102f97299595c9d3ca726c2666b847e5fd65ea384d06903c
|
|
| MD5 |
9148740c09c254c34f2587dc8e9ef681
|
|
| BLAKE2b-256 |
84af3a4ab766fe91c2396963096f1b99ad8377f48b6a198f8fde158e5778251d
|