Metadata-Version: 2.0
Name: lel-lang
Version: 0.0.2
Summary: Lel programming language(Lisp-esque language)
Home-page: https://github.com/osaatcioglu/Lisp-esque-language
Author: Ömer Saatcioglu
Author-email: osaatcioglu@gmail.com
License: MIT
Keywords: compiler lisp lel parser ast tokenize
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Topic :: Software Development :: Compilers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: six
Provides-Extra: dev
Provides-Extra: test

LEL Interpreter
=======================

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.

----
Acknowledgement:

The language syntax and the first version in javascript node.js is written by Frank Stokes.

Please check his repository for the details: https://github.com/francisrstokes/Lisp-esque-language


