Skip to content
Snippets Groups Projects
syntaxTabUtils.mli 378 B
Newer Older
(** Time-stamp: <modified the 23/10/2008 (at 11:37) by Erwan Jahier> *)
Erwan Jahier's avatar
Erwan Jahier committed

(* Utilitaires pour la compil, au dessus de Lxm et Errors  *)
Erwan Jahier's avatar
Erwan Jahier committed

(** Insert an item in the lexeme table. Raise [Compile_error] if already defined. *)
Erwan Jahier's avatar
Erwan Jahier committed


(* TODO: A mettre ailleurs, ou sous un autre nom.  *)
val put_in_tab : 
Erwan Jahier's avatar
Erwan Jahier committed
  string -> ('a, 'b Lxm.srcflagged) Hashtbl.t -> 'a -> 'b  Lxm.srcflagged -> unit
Erwan Jahier's avatar
Erwan Jahier committed