Link to Microsoft OSS CoC
This commit is contained in:
Родитель
ad9add59a4
Коммит
3b2a7b6f72
11
README.md
11
README.md
|
@ -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/
|
||||
|
|
Загрузка…
Ссылка в новой задаче