On Mar 8, 2009, at 5:04 PM, Matthieu Wipliez wrote:

In the parser, did you replace
 module Gram = Camlp4.Struct.Grammar.Static.Make(Lexer)
by
 module Gram = Static1.Make(Lexer)


I forgot to fix match_keyword. Works otherwise, thanks!

Now, why is match_keyword supplied with the original keyword, e.g. "Delay" when the lower case version of that is supposed to be inserted into the hash table?

---
http://tinyco.de
Mac, C++, OCaml



_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to