Project Description
A Scripting Language Interpreter for .NET
Introduction
L# is a tiny scripting language. It's aimed at being either a standalone interpreter or an embedded script. It's small because everything is implemented in a single C# file, thus you can easily combine it with your projects such as rich web pages, desktop softwares, console games, cell phone apps, etc.