rust/README.md

23 lines
1.1 KiB
Markdown
Raw Normal View History

2018-01-10 19:58:38 +01:00
# libsyntax2.0
2018-01-10 20:49:22 +01:00
[![Join the chat at https://gitter.im/libsyntax2/Lobby](https://badges.gitter.im/libsyntax2/Lobby.svg)](https://gitter.im/libsyntax2/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2018-01-27 22:10:38 +01:00
[![Build Status](https://travis-ci.org/matklad/libsyntax2.svg?branch=master)](https://travis-ci.org/matklad/libsyntax2)
2018-01-28 01:15:30 +01:00
[![Build status](https://ci.appveyor.com/api/projects/status/j56x1hbje8rdg6xk/branch/master?svg=true)](https://ci.appveyor.com/project/matklad/libsyntax2/branch/master)
2018-01-10 20:49:22 +01:00
2018-01-10 19:58:38 +01:00
libsyntax2.0 is an **experimental** implementation of the corresponding [RFC](https://github.com/rust-lang/rfcs/pull/2256).
2018-07-31 22:49:54 +02:00
See [`docs`](./docs) folder to learn how libsyntax2 works, and check
2018-01-27 22:58:47 +01:00
[`CONTRIBUTING.md`](./CONTRIBUTING.md) if you want to contribute!
2018-07-31 22:49:54 +02:00
**WARNING** everything is in a bit of a flux recently, the docs are obsolete,
see the recent work on red/green trees.
2018-01-10 20:47:04 +01:00
## License
2018-01-10 21:06:46 +01:00
libsyntax2 is primarily distributed under the terms of both the MIT license
2018-01-10 20:47:04 +01:00
and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.