let csttext = CstText::parse("let x = 1 in% foo ほげ \n 2", grammar::program).unwrap();
println!("{}", csttext.is_comment(19))
print error message:
thread 'main' panicked at 'byte index 19 is not a char boundary; it is inside 'ほ' (bytes 18..21) of `let x = 1 in% foo ほげ
2`', C:\Users\naoki\.cargo\git\checkouts\satysfi-parser-a9359f2a02b30ab7\c967439\src\types.rs:129:10
print error message: