ajout choses a faire
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5486 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
abbb4743c8
commit
09ba0ddf30
|
@ -30,6 +30,7 @@
|
|||
; - make the command work only in caml-mode
|
||||
; - integrate this file into caml.el (?)
|
||||
; - write a proper documentation string for caml-types-show-type
|
||||
; - make it work correctly for preprocessed files (.mly, .mll)
|
||||
|
||||
(setq caml-types-filename-re "\"\\([^\\\"]\\|\\\\.\\)*\"")
|
||||
(setq caml-types-number-re "\\([0-9]*\\)")
|
||||
|
|
|
@ -22,6 +22,10 @@
|
|||
interesting in case of errors.
|
||||
*)
|
||||
|
||||
(* TO DO:
|
||||
(?) reset type names between toplevel phrases
|
||||
*)
|
||||
|
||||
open Format;;
|
||||
open Lexing;;
|
||||
open Location;;
|
||||
|
|
Loading…
Reference in New Issue