Self-hosting compiler: Difference between revisions

Line 72:
=={{header|Scala}}==
The Scala compiler is totally written in Scala and compiles itself. The code is sourced and maintained in [https://github.com/scala/scala GitHub] repsitory.
 
=={{header|Visual Basic .NET}}==
The official (Microsoft) VB.NET compiler became self-hosting in 2011 and can be found (along with the self-hosting C# compiler) at [https://github.com/dotnet/roslyn].
 
.NET Mono also has a relatively new VB.NET compiler, which can be found at [https://github.com/mono/mono-basic]. There is also an older Mono C# compiler.
 
=={{header|ZED}}==
Source ->
Anonymous user