1 unstable release

Uses old Rust 2015

0.1.0 Oct 23, 2016

#132 in #internal

Apache-2.0

2.5MB
114 lines

Rust_Lexx

Docs

This is a simple crate that exposes the internal AST functionality without forcing a developer to understand the entire syntex_syntax/libsyntax crate(s).

To use

[dependencies]
lexx = "0.1"

lib.rs:

Rust Lex

The goal of this crate is to make interacting with the AST construct parts of Rust a little easier. It is more or less a high level wrapping around the various syntex_syntax crates. Those crates have partially complete documentation. This crate is the result of a few days of trial and error.

Some of the public types will force you to jump into the syntex crates, but it should only be inspecting tokens/error messages.

Dependencies