static const String tabChar = '\u0009';
Parser tab() => ref(token, tabChar);
expect(tab().accept(tabChar), isTrue);
使用token
来自https://github.com/petitparser/dart-petitparser/blob/ddd9921d702dd18cda4e2f84190777b7dc20b3e2/example/dart/src/grammar.dart的方法(使用默认trim
解析器)
需要改变什么来摆脱错误?
不支持的操作:无法解析引用