MParser_PCRE.Tokensval symbol : string -> (string, 's) MParser.tval skip_symbol : string -> (unit, 's) MParser.tval semi : (char, 's) MParser.tval comma : (char, 's) MParser.tval colon : (char, 's) MParser.tval dot : (char, 's) MParser.tval char_literal : (char, 's) MParser.tval string_literal : (string, 's) MParser.tval decimal : (int, 's) MParser.tval hexadecimal : (int, 's) MParser.tval octal : (int, 's) MParser.tval binary : (int, 's) MParser.tval integer : (int, 's) MParser.tval float : (float, 's) MParser.t