FaberSanZ / L-Sharp

The .NET Compiler >>> L#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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");

About

The .NET Compiler >>> L#

License:MIT License


Languages

Language:C# 99.8%Language:TypeScript 0.2%