ocaml/parsing
Gabriel Scherer bbb896f4b1 PR#6816: lexer raise for literal number followed by alphanum
(Hugo Heuzard)

The following were previously accepted and are now (rightly) rejected:
  (fun x y -> x,y) 0O56789;;
  (fun x y z t a b -> x,y,z,t,a,b) 0b0l0l0O10l0O6789l0e2;;

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16003 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2015-04-12 10:31:14 +00:00
..
.ignore uniform .ignore system 2011-07-20 15:37:36 +00:00
ast_helper.ml Add the "nonrec" keyword and allow it on type 2015-03-13 11:07:57 +00:00
ast_helper.mli Add the "nonrec" keyword and allow it on type 2015-03-13 11:07:57 +00:00
ast_mapper.ml Add the "nonrec" keyword and allow it on type 2015-03-13 11:07:57 +00:00
ast_mapper.mli Document -ppx option. 2014-10-04 10:39:29 +00:00
asttypes.mli exhauce PR#6367: introduce Asttypes.arg_label to encode labelled arguments 2014-12-22 08:45:55 +00:00
lexer.mli PR#6816: lexer raise for literal number followed by alphanum 2015-04-12 10:31:14 +00:00
lexer.mll PR#6816: lexer raise for literal number followed by alphanum 2015-04-12 10:31:14 +00:00
location.ml merge branch 4.02 from release 4.02.0 to release 4.02.1 2014-10-15 13:34:58 +00:00
location.mli Cherry-pick 15062,15063,15064 from 4.02 (#6497). 2014-08-07 09:46:34 +00:00
longident.ml Get rid of type-qualifed constructor paths for extensible types. 2014-09-26 16:25:29 +00:00
longident.mli Get rid of type-qualifed constructor paths for extensible types. 2014-09-26 16:25:29 +00:00
parse.ml Cleanup. 2013-09-10 12:21:45 +00:00
parse.mli Add entry points to parse expressions/types/patterns. 2013-03-29 09:45:45 +00:00
parser.mly PR#6635: Support M.[], M.(), M.{< >} and M.[| |]. 2015-04-12 09:54:41 +00:00
parsetree.mli Add rec_flag to type items in the parsetree and typedtree 2015-03-13 11:07:29 +00:00
pprintast.ml Fix pretty-printing of extensions in patterns 2015-03-16 18:15:03 +00:00
pprintast.mli Add the "nonrec" keyword and allow it on type 2015-03-13 11:07:57 +00:00
printast.ml Add the "nonrec" keyword and allow it on type 2015-03-13 11:07:57 +00:00
printast.mli More explicit internal representation of attribute payload. Now also support patterns as payload [%id ? pat]. 2013-07-22 14:58:15 +00:00
syntaxerr.ml merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev 15121) 2014-08-22 13:45:02 +00:00
syntaxerr.mli merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev 15121) 2014-08-22 13:45:02 +00:00