pest3_meta 0.0.3

Early WIP prototype version of pest 3.0
Documentation
1
2
3
4
5
#[derive(Clone, Debug, Default)]
pub struct DocComment {
    /// Document comments for the whole grammar file.
    pub grammar_doc: Vec<String>,
}