llilc/README.md

43 строки
2.1 KiB
Markdown
Исходник Обычный вид История

Welcome to LLILC
================
2015-02-21 02:03:23 +03:00
2015-04-15 16:49:49 +03:00
[![Join the chat at https://gitter.im/dotnet/llilc](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dotnet/llilc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Build Status
------------
| | Windows | Linux |
|-----------|---------------|-------------|
| **Debug** |[![Build status](http://dotnet-ci.cloudapp.net/job/dotnet_llilc_debug_win64/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_llilc_debug_win64/)|[![Build Status](http://dotnet-ci.cloudapp.net/job/dotnet_llilc_linux_debug/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_llilc_linux_debug/)|
|**Release**|[![Build status](http://dotnet-ci.cloudapp.net/job/dotnet_llilc_release_win64/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_llilc_release_win64/)|[![Build Status](http://dotnet-ci.cloudapp.net/job/dotnet_llilc_linux_release/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_llilc_linux_release/)|
2015-02-21 02:03:23 +03:00
Introduction
-------------
LLILC is an **LL**VM based MS**IL** **C**ompiler - we pronounce it 'lilac' -
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.
See the [wiki](https://github.com/dotnet/llilc/wiki) for more information.
It has a more complete discussion of our background and goals as well as
"getting started" details and developer information.
Supported Platforms
-------------------
Our initial supported platform is [Windows](https://github.com/dotnet/llilc/wiki/Getting-Started-For-Windows),
2015-04-09 01:01:10 +03:00
but [Linux and Mac OS X](https://github.com/dotnet/llilc/wiki/Getting-Started-For-Linux-and-OS-X)
support are under development.
2015-02-13 01:54:02 +03:00
Contributions
-------------
2015-02-13 01:54:02 +03:00
LLILC is just starting up. Only a few tests are working and there are lots
of places where we need help. Please see our [issues](https://github.com/dotnet/llilc/issues)
2015-03-17 00:58:29 +03:00
or the [contributing page](https://github.com/dotnet/llilc/wiki/Areas-To-Contribute)
for how to pitch in.