This commit is contained in:
Adrian Sampson 2016-06-21 13:42:02 -07:00
Родитель ad9add59a4
Коммит 3b2a7b6f72
1 изменённых файлов: 9 добавлений и 2 удалений

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

@ -8,11 +8,18 @@ This is an experimental programming language for heterogeneous systems based on
The compiler is written in [TypeScript][] and runs on [Node][].
You can build the compiler and run a few small programs by typing `make test` (if you have [npm][]).
Check out the [code documentation][hacking] for an introduction to the compiler's internals.
The license is [MIT][].
[MIT]: https://opensource.org/licenses/MIT
[npm]: https://www.npmjs.com/
[Node]: https://nodejs.org/
[TypeScript]: http://www.typescriptlang.org/
[docs]: http://microsoft.github.io/staticstaging/docs/
[hacking]: http://microsoft.github.io/staticstaging/docs/hacking.html
## Details
The license is [MIT][].
This project uses the [Microsoft Open Source Code of Conduct][coc]; check out the [FAQ about the CoC][cocfaq].
[MIT]: https://opensource.org/licenses/MIT
[coc]: https://opensource.microsoft.com/codeofconduct/
[cocfaq]: https://opensource.microsoft.com/codeofconduct/faq/