blob: 845576bd8d8bb1ea5015db3c864fefcb0194b22e [file] [log] [blame]
//! 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;