Browse thread
Building a parser with Camlp4
-
David Teller
-
Nicolas Pouillard
-
Yitzhak Mandelbaum
- David Teller
-
Yitzhak Mandelbaum
-
Nicolas Pouillard
[
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: | David Teller <David.Teller@u...> |
| Subject: | Re: [Caml-list] Building a parser with Camlp4 |
Well, with my current parser, parsing the standard library of JavaScript 2 (a few thousand lines) several minutes (with debugging code on). Which is a bit too much. So, no, I can't answer your question but yes, performance does matter. Cheers, David On Wed, 2007-11-28 at 07:38 -0500, Yitzhak Mandelbaum wrote: > A more important question (IMHO) : does it matter? I.e. how fast do > you need the parser to be?