]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationLexer.ml
implemented transformations on top of notation code
[helm.git] / helm / ocaml / cic_notation / cicNotationLexer.ml
index 3dc82ae42082586ca1b3a7d29d225082a5ab9f3a..9c0efc8bb99a8b06c6b1e684637c1da562ba7c55 100644 (file)
@@ -91,8 +91,6 @@ let level2_meta_keywords =
   (* (string, unit) Hashtbl.t, to exploit multiple bindings *)
 let level2_ast_keywords = Hashtbl.create 23
 let _ =
-  (* TODO ZACK: keyword list almost cut and paste from cicTextualLexer2.ml, to
-   * be reviewed *)
   List.iter (fun k -> Hashtbl.add level2_ast_keywords k ())
   [ "CProp"; "Prop"; "Type"; "Set"; "let"; "rec"; "corec"; "using"; "match";
     "with"; "in"; "and"; "to"; "as"; "on"; "names" ]