List<int> getCharList() { final chars = getChars(); final parser = RangesParser(); final result = parser.parse(chars); return result; }