LET is a programming language originally described in Scheme by Daniel P. Friedman and Mitchell Wand in Exploration of Programming Languages.
This is an implementation of LET created in JavaScript using jison to generate the parser.
The LET language is a toy language with a very basic grammar. A program consists of a single expression which may be made up of multiple expressions itself.