caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* lexer library
@ 2007-08-18 18:39 skaller
  2007-08-18 22:34 ` [Caml-list] " Jon Harrop
  0 siblings, 1 reply; 4+ messages in thread
From: skaller @ 2007-08-18 18:39 UTC (permalink / raw)
  To: caml-list

I am interested in building a dynamically extensible lexer.. can
anyone recommend any libraries or tools that would help?

I could use Dypgen (extensible GLR parser) for this, but it is 
probably too slow.

A system using combinators (rather than strings) would be preferred,
and Unicode support would be nice too. Ideally the lexer automaton
could be saved with Marshal, in which case the time to build the
automaton isn't important.

-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net


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

end of thread, other threads:[~2007-08-19 10:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-18 18:39 lexer library skaller
2007-08-18 22:34 ` [Caml-list] " Jon Harrop
2007-08-19 10:13   ` Nicolas Pouillard
2007-08-19 10:29     ` Joel Reymont

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).