Some hints to debug the Shiika compiler.
Uncomment this in src/parser/base.rs
/// Print parser debug log (uncomment to enable)
pub(super) fn debug_log(&self, _msg: &str) {
//println!("{}{} {}", self.lv_space(), _msg, self.lexer.debug_info());
}