ocaml/parsing
Jacques Garrigue 97899f37ca Support module aliases.
Namely, you can write "module L = List" in signatures,
and avoid have the compiler use directly List when you write L.
See examples in testsuite/tests/typing-modules/aliases.ml


git-svn-id: http://caml.inria.fr/svn/ocaml/branches/module-alias@14196 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2013-09-29 07:22:34 +00:00
..
.ignore uniform .ignore system 2011-07-20 15:37:36 +00:00
ast_helper.ml Support module aliases. 2013-09-29 07:22:34 +00:00
ast_helper.mli Support module aliases. 2013-09-29 07:22:34 +00:00
ast_mapper.ml Support module aliases. 2013-09-29 07:22:34 +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 Switch Lexer.Error to the new system. 2013-09-12 11:59:45 +00:00
lexer.mll Switch Lexer.Error to the new system. 2013-09-12 11:59:45 +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 Support module aliases. 2013-09-29 07:22:34 +00:00
parsetree.mli Support module aliases. 2013-09-29 07:22:34 +00:00
pprintast.ml Support module aliases. 2013-09-29 07:22:34 +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 Support module aliases. 2013-09-29 07:22:34 +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