Find a file
2018-08-10 15:07:43 +03:00
.cargo cmd to install code extension 2018-07-30 22:17:33 +03:00
cli Improve tree building 2018-08-08 21:14:18 +03:00
code 🎉 extend selection 2018-08-07 18:36:33 +03:00
codeless Start lang server 2018-08-10 15:07:43 +03:00
docs fn_item -> function 2018-08-09 17:54:49 +03:00
libanalysis Start lang server 2018-08-10 15:07:43 +03:00
libeditor Start lang server 2018-08-10 15:07:43 +03:00
src Start lang server 2018-08-10 15:07:43 +03:00
tests fn_item -> function 2018-08-09 17:54:49 +03:00
tools Generate AST 2018-08-09 17:43:39 +03:00
.gitignore Rename 2018-01-01 17:21:53 +03:00
.travis.yml Don\'t block on rustfmt 2018-07-30 15:07:41 +03:00
appveyor.yml Don\'t block on rustfmt 2018-07-30 15:07:41 +03:00
bors.toml Let bors to cleanup branches 2018-01-28 12:49:42 +03:00
Cargo.toml Start lang server 2018-08-10 15:07:43 +03:00
CONTRIBUTING.md Fix link 2018-01-28 00:35:17 +03:00
LICENSE-APACHE Licenses 2018-01-10 22:47:04 +03:00
LICENSE-MIT Licenses 2018-01-10 22:47:04 +03:00
README.md be sincere about the absence of docs 2018-07-31 23:49:54 +03:00
rustfmt.toml Enforce rustfmt format 2018-01-27 18:31:23 -05:00

libsyntax2.0

Join the chat at https://gitter.im/libsyntax2/Lobby Build Status Build status

libsyntax2.0 is an experimental implementation of the corresponding RFC.

See docs folder to learn how libsyntax2 works, and check 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.