pub fn init_source(text: &str) -> Vec<&str>
Expand description

Obtain unicode grapheme groups from input source, then make sure it ends with newline. Many functions in the parser assume input ends with newline.