Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
11-04-2008, 08:27 AM
|
#1
|
|
Member
Registered: Feb 2005
Distribution: Ubuntu, CentOS
Posts: 585
Rep:
|
Lex and Yacc Information
Other than the O'Reilly Book by Levine, Mason, and Brown, I am looking for pointers to Lex/Yacc books and online information.
Many thanks.
|
|
|
|
11-04-2008, 08:53 AM
|
#2
|
|
Senior Member
Registered: May 2005
Posts: 4,397
|
Quote:
Originally Posted by cmnorton
Other than the O'Reilly Book by Levine, Mason, and Brown, I am looking for pointers to Lex/Yacc books and online information.
Many thanks.
|
You probably can find the needed info using WEB search.
But why are you interested in lex/yacc/flex/bison rather than in newer parser generators and techniques ?
For example, look up "packrat parser", "Elkhound parser", "Elsa parser".
|
|
|
|
11-04-2008, 10:23 AM
|
#3
|
|
LQ 5k Club
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,270
|
|
|
|
|
11-04-2008, 10:43 AM
|
#4
|
|
Member
Registered: Feb 2005
Distribution: Ubuntu, CentOS
Posts: 585
Original Poster
Rep:
|
The simpler tools may do
Quote:
Originally Posted by Sergei Steshenko
You probably can find the needed info using WEB search.
But why are you interested in lex/yacc/flex/bison rather than in newer parser generators and techniques ?
For example, look up "packrat parser", "Elkhound parser", "Elsa parser".
|
I am interested in parsing things like street addresses. They're getting more complicated as time goes on.
|
|
|
|
11-04-2008, 10:50 AM
|
#5
|
|
Senior Member
Registered: May 2005
Posts: 4,397
|
Quote:
Originally Posted by cmnorton
I am interested in parsing things like street addresses. They're getting more complicated as time goes on.
|
I think for street addresses regular expressions are sufficient.
packrat parsers enable you to parse things with much less parser friendly grammars than the ones accepted by lex/yacc.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:39 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|