This commit is contained in:
Martin Woodward 2015-04-21 12:52:26 +01:00
Родитель 0027b04ff5
Коммит 280c2b2a39
2 изменённых файлов: 17 добавлений и 0 удалений

15
projects/llilc.md Normal file
Просмотреть файл

@ -0,0 +1,15 @@
# LLILC
LLILC (pronounced 'lilac') is an **LL**VM based MS**IL C**ompiler with a goal of producing a set of cross-platform .NET code generation tools. Today LLILC is being developed against [dotnet/CoreCLR](https://github.com/dotnet/coreclr) for use as a JIT, but an ahead of time (AOT) compiler is planned for the future.
## Project Details
* [Project Info Site](https://github.com/dotnet/llilc/wiki)
* [Project Code Repo](https://github.com/dotnet/llilc)
* Project License Type: [MIT](https://github.com/dotnet/llilc/blob/master/LICENSE.TXT)
* Project Main Contact: [Russell Hadley](https://github.com/russellhadley)
## Quicklinks
* [Wiki](https://github.com/dotnet/llilc/wiki)
* [Contribute](https://github.com/dotnet/llilc/wiki/Areas-To-Contribute)
* [Discussions](http://forums.dotnetfoundation.org/)

Просмотреть файл

@ -32,6 +32,8 @@
"contributor": "Thinktecture"},
{"name":"ThinktectureIdentityServer.md",
"contributor": "Thinktecture"},
{"name":"llilc.md",
"contributor": "Microsoft"},
{"name":"mailkit.md",
"contributor": "Xamarin"},
{"name":"mef.md",