ra_syntax 0.1.0

Comment and whitespace preserving parser for the Rust langauge
Documentation

An experimental implementation of Rust RFC#2256 libsyntax2.0.

The intent is to be an IDE-ready parser, i.e. one that offers

  • easy and fast incremental re-parsing,
  • graceful handling of errors, and
  • maintains all information in the source file.

For more information, see [the RFC][rfc#2265], or the working draft.