nrcc_core 0.1.1

A code counter.
Documentation
1
2
3
4
5
6
7
8
9
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum ParseState {
    Soi,
    Plain,
    Comment,
    String,
    SubLanguage,
    Eoi,
}