@override Parser string() => super.string().map((each) => String.fromCharCodes(each[1].cast<int>()));