Browse thread
camlp4 stream parser syntax
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Joel Reymont <joelr1@g...> |
| Subject: | Re: Re : Re : [Caml-list] Re: camlp4 stream parser syntax |
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