Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 324 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 324 Bytes

SLang

.NET Core for Linux branch

Tested on

Arch Linux WSL (kernel 4.4.0-18362-Microsoft)

Run with:

dotnet publish -c release --self-contained --runtime linux-x64 --framework netcoreapp2.2 "SLang Compiler/SLang Compiler.csproj"

Future tasks:

  • target .Net Core 3.0 when it will be released