parse-recdescent
Should I use Parse::RecDescent or Regexp::Grammars to extract tables from documents?
I have lots of large plain text documents I wish to parse with perl. Each document has mostly English paragraphs in it, with a couple of plain text marked up tables in each document.[详细]
2023-04-12 10:55 分类:问答Is Perl's Parse::RecDescent thread safe?
I have a web application that uses a parser created with Parse::RecDescent. A parser object is needed in several parts of the application and since the parser takes quite a bit of memory I have up to[详细]
2022-12-18 19:03 分类:问答