punctMap top-level constant
Implementation
const punctMap = <int, int>{
59: 0, 60: 1, 62: 2, 64: 3, 91: 4, 92: 5, 93: 6, 95: 7, 96: 8, 126: 9, //
33: 10, 13: 11, 9: 12, 44: 13, 58: 14, 10: 15, 45: 16, 46: 17, 36: 18,
47: 19, 34: 20, 124: 21, 42: 22, 40: 23, 41: 24, 63: 25, 123: 26, 125: 27,
39: 28,
};