mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-30 03:57:37 +00:00
23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
# libsyntax2.0
|
|
|
|
[](https://gitter.im/libsyntax2/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
[](https://travis-ci.org/matklad/libsyntax2)
|
|
[](https://ci.appveyor.com/project/matklad/libsyntax2/branch/master)
|
|
|
|
|
|
|
|
libsyntax2.0 is an **experimental** implementation of the corresponding [RFC](https://github.com/rust-lang/rfcs/pull/2256).
|
|
|
|
See [`docs`](./docs) folder to learn how libsyntax2 works, and check
|
|
[`CONTRIBUTING.md`](./CONTRIBUTING.md) if you want to contribute!
|
|
**WARNING** everything is in a bit of a flux recently, the docs are obsolete,
|
|
see the recent work on red/green trees.
|
|
|
|
|
|
## License
|
|
|
|
libsyntax2 is primarily distributed under the terms of both the MIT license
|
|
and the Apache License (Version 2.0).
|
|
|
|
See LICENSE-APACHE and LICENSE-MIT for details.
|