Lel programming language(Lisp-esque language)
Project description
# LEL Interpreter in Python
Lel is a lisp like programming language. It is not meant for practical purposes, but more as a tool to learn how to write a programming language.
This project comes with a Lel interpreter for running Lel programs, and a REPL for executing Lel expressions in real time.
The pylel version is developed in Python.
# Installation
If you would like to install the interpreter and REPL to your machines
` pip install lel-lang `
# Usage
To use the REPL, simply call
` pylel `
or you can feed a lel file to the same command to run the code.
` pylel filename.lel `
# Acknowledgement
The first version of the language syntax and javaScript implementation is written by Frank Stokes.
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
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 lel-lang-0.0.6.tar.gz.
File metadata
- Download URL: lel-lang-0.0.6.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89e094c948b68bdf24c5339b9a3f74e49e08857c44c2039be269399930dd3c67
|
|
| MD5 |
13805c68aec5c64385817f266c477a9b
|
|
| BLAKE2b-256 |
5ceb59df52d605c512de1b1a461ef5f9358948b6ee286e32e144b94e6d175e95
|
File details
Details for the file lel_lang-0.0.6-py2.py3-none-any.whl.
File metadata
- Download URL: lel_lang-0.0.6-py2.py3-none-any.whl
- Upload date:
- Size: 24.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a26058475b873c2f7f69a90cd7b8c68930cfc8941c04fdafe9945c65e1ac53e
|
|
| MD5 |
eba17661c6b76fe18bb9e92b8c3376fb
|
|
| BLAKE2b-256 |
329fb05c5597726e1b392fd57a42fdd81538511294091373bb6036da2e83cda9
|