I'm curious why we need a pool of parsers.  This is something that I
would be interested in implementing, if we really need it. :)

>From Parser.java:

    /** 
      * The Runtime parser. This has to be changed to
      * a pool of parsers!
      */
    private static Parser parser;

Reply via email to