Browse thread
[Caml-list] Function forward declaration?
[
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: | skaller <skaller@u...> |
| Subject: | Re: [Caml-list] Function forward declaration? |
On Thu, 2004-04-08 at 02:41, Richard Jones wrote: > if query =~ /^\s*$/ then ( > (and indeed regular > expression support). Regexp support is a different story. You might look at 'ulex' which provides in-language support (including UTF-8 support) strong enough to translate a large and complex lexer (namely, the Felix lexer). Since it uses regular definitions and multi branched matching, it is much more scalable than the weak Perl technology -- which only handles regexps, cant do parallel matches, can't handle I18n properly, and of course is totally unreadable as well as being slow. -- John Skaller, mailto:skaller@users.sf.net voice: 061-2-9660-0850, snail: PO BOX 401 Glebe NSW 2037 Australia Checkout the Felix programming language http://felix.sf.net ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners