ocaml/parsing
Alain Frisch ac5cbb7913 #5808: allow simple patterns, not only identifiers, in 'let p : t = ...'.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14362 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2013-12-16 17:34:23 +00:00
..
.ignore uniform .ignore system 2011-07-20 15:37:36 +00:00
ast_helper.ml Some more helper functions. 2013-09-09 16:43:59 +00:00
ast_helper.mli #6246: allow wildcard pattern as for-loop index. ==> Camlp4 will need to be adapted. 2013-12-02 18:00:18 +00:00
ast_mapper.ml #6246: allow wildcard pattern as for-loop index. ==> Camlp4 will need to be adapted. 2013-12-02 18:00:18 +00:00
ast_mapper.mli Get rid of recursion closing functions, being more explicit on the recursion does not hurt. 2013-09-26 08:49:46 +00:00
asttypes.mli Revert addition of raw literals to the parsetree 2013-05-23 15:12:04 +00:00
lexer.mli Reports the beginning of the string literal in 'This comment contains an unterminated string literal' errors. 2013-11-29 11:35:50 +00:00
lexer.mll Reports the beginning of the string literal in 'This comment contains an unterminated string literal' errors. 2013-11-29 11:35:50 +00:00
location.ml Continue cleanup. driver/errors.ml is no longer needed. 2013-09-12 14:45:03 +00:00
location.mli Continue cleanup. driver/errors.ml is no longer needed. 2013-09-12 14:45:03 +00:00
longident.ml remove all $Id keywords 2012-10-15 17:50:56 +00:00
longident.mli remove all $Id keywords 2012-10-15 17:50:56 +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 #5808: allow simple patterns, not only identifiers, in 'let p : t = ...'. 2013-12-16 17:34:23 +00:00
parsetree.mli #6246: allow wildcard pattern as for-loop index. ==> Camlp4 will need to be adapted. 2013-12-02 18:00:18 +00:00
pprintast.ml #6246: allow wildcard pattern as for-loop index. ==> Camlp4 will need to be adapted. 2013-12-02 18:00:18 +00:00
pprintast.mli More explicit internal representation of attribute payload. Now also support patterns as payload [%id ? pat]. 2013-07-22 14:58:15 +00:00
printast.ml #6246: allow wildcard pattern as for-loop index. ==> Camlp4 will need to be adapted. 2013-12-02 18:00:18 +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 Port Syntaxerr.Error to the new system. Trickier, because of special way to report some errors in the toplevel (is it really worth the trouble?). 2013-09-11 18:10:59 +00:00
syntaxerr.mli Switch Lexer.Error to the new system. 2013-09-12 11:59:45 +00:00