Related articles |
---|
C regexp package that can save compiled expressions? johnl@iecc.com (John R Levine) (2004-08-13) |
Re: C regexp package that can save compiled expressions? gneuner2@comcast.net (George Neuner) (2004-08-15) |
Re: C regexp package that can save compiled expressions? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2004-08-15) |
Re: C regexp package that can save compiled expressions? cbarron413@adelphia.net (Carl Barron) (2004-08-15) |
Re: C regexp package that can save compiled expressions? cdc@maxnet.co.nz (Carl Cerecke) (2004-08-15) |
From: | George Neuner <gneuner2@comcast.net> |
Newsgroups: | comp.compilers |
Date: | 15 Aug 2004 22:17:10 -0400 |
Organization: | Compilers Central |
References: | 04-08-090 |
Keywords: | lex |
Posted-Date: | 15 Aug 2004 22:17:10 EDT |
On 13 Aug 2004 17:35:41 -0400, "John R Levine" <johnl@iecc.com> wrote:
>Does anyone know of a regular expression package that lets you save
>the compiled expression in a file and load it into an application
>later?
Well ... probably not what you're looking for, but the regex lib in
..NET can compile to an IL assembly that can be reloaded. You can call
it from any .NET language or from Microsoft's managed C++.
I don't know if Mono supports the regex lib on non Windows platforms.
Also there is a size/complexity limit for the expression which is
either undocumented or no one has accurately established.
George
Return to the
comp.compilers page.
Search the
comp.compilers archives again.