Regular expresions

K

Kamikazy

Hi! Can someone tell me from where could I download regular expresions for
programming language C? I'm working on a simple compiler and using Lex for
creating Lexical Analyser so i need R.E.
Thanks!!!
 
B

Ben C

Hi! Can someone tell me from where could I download regular expresions for
programming language C? I'm working on a simple compiler and using Lex for
creating Lexical Analyser so i need R.E.
Thanks!!!

If you mean you want to specify your syntax with regular expressions,
lex already does that.

If you want the program you're developing to process regular expressions
itself I'd recommend highly PCRE (http://www.pcre.org/).

This is the wrong NG for this (comp.lang.c is standard C language only,
not libraries or tools), so I'm setting Followup-To to comp.programming.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top