/L-Sharp

The .NET Compiler >>> L#

Primary LanguageC#MIT LicenseMIT

L#

The .NET Compiler ("L-Sharp")

⚠️ This project is not in active development and is still incomplete and far from a stable version.

Sample



License: MIT

The code is licensed under MIT. Feel free to use it for whatever purpose. If you have any commercial use for this project which needs further development to accomplish, I might be available for contracting work. Contact me by Twitter.



Examples

class Sample 
{

}

function Write(str) 
{
    print str;
}


Write("Test Test Test Test Test");