[go: up one dir, main page]

rowan 0.1.3

Library for generic lossless syntax trees.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Rowan

[![Build Status](https://travis-ci.org/matklad/rowan.svg?branch=master)](https://travis-ci.org/matklad/rowan)

Rowan is a library for lossless syntax trees, inspired in part by
Swift's [libsyntax](https://github.com/apple/swift/tree/5e2c815edfd758f9b1309ce07bfc01c4bc20ec23/lib/Syntax).

See `examples/s_expressions` for a tutorial, and [rust-analyzer](https://github.com/matklad/rust-analyzer/) for real-world usage.

## License

Rowan 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.