rust/src/syntux.rs

5 lines
145 B
Rust
Raw Normal View History

2020-03-26 21:25:34 -05:00
//! This module defines a thin abstract layer on top of the rustc's parser and syntax libraries.
pub(crate) mod parser;
pub(crate) mod session;