]> git.lizzy.rs Git - rust.git/commit
Remove dependence on rustc/rustc_driver, use syntex
authorAlex Crichton <alex@alexcrichton.com>
Thu, 22 Oct 2015 21:37:13 +0000 (14:37 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 23 Oct 2015 20:46:14 +0000 (13:46 -0700)
commit579fb34417844cf6242c62ba0b6f2f9c72772ba0
tree4bcaff05a3b999d959047b583ad969f74e7d6e47
parent36abfe5dc25cd0c34579f2f20a2201fd87496e4d
Remove dependence on rustc/rustc_driver, use syntex

Instead just parse manually with the `syntex_syntax` crate which is a clone of
libsyntax on crates.io which builds on stable Rust.
Cargo.lock
Cargo.toml
src/lib.rs
src/macros.rs
tests/system.rs