Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* Ulex and menhir
@ 2006-10-26 15:18 Matthieu Dubuget
  2006-10-26 15:29 ` Ulex and dypgen Stefano Zacchiroli
  0 siblings, 1 reply; 2+ messages in thread
From: Matthieu Dubuget @ 2006-10-26 15:18 UTC (permalink / raw)
  To: caml-list

Hello,

is there a way to have menhir (or ocamlyacc) use a lexer produced with ulex?

Menhir gives me:
val foo :  (Lexing.lexbuf -> token) -> Lexing.lexbuf -> My.t

I would like to have something like:
val foo :  (Ulexing.lexbuf -> token) -> Ulexing.lexbuf -> My.t

instead.

Salutations

Matt


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-10-26 15:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-26 15:18 Ulex and menhir Matthieu Dubuget
2006-10-26 15:29 ` Ulex and dypgen Stefano Zacchiroli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox