Tagged Questions

0
votes
1answer
58 views

Is there a free .eml parser available somewhere?

Hi, I am writing an add-on for my intranet to allow my users to just email "itsupport" and parse the from as the user who logged the job and the body as the issue. Does anyone …
0
votes
1answer
29 views

Format ParseException with JavaCC

I was wondering how could it be possible to format in a human-readable format a ParseException thrown by JavaCC: in fact it includes fields such asbeginLine, beginColumn, endColumn …
1
vote
2answers
105 views

Simple HTML DOM Parser error handling

Hello, I'm using SimpleHTMLDOM Parser to scape a website and I would like to know if there's any error handling method. For example, if the link is broken there is no use to advan …
0
votes
9answers
219 views

what is the best programming language to write parsers and compilers ?

please i need some resources to begin (i am a cs student)
6
votes
18answers
3k views

Equation (expression) parser with precedence?

I've developed an equation parser using a simple stack algorithm that will handle binary (+, -, |, &, *, /, etc) operators, unary (!) operators, and parenthesis. Using this me …
1
vote
3answers
182 views

Best practices to parse emails with Ruby

Hello Ruby/Rails/Merb developers! Im currently working on a web project that will have a feature to communicate with clients by email. So, let`s say i created account for a custom …
1
vote
3answers
232 views

Is the Html Agility Pack still the best .NET HTML parser?

Html Agility Pack was given as the answer to a StackOverflow question some time ago, is it still the best option? What other options should be considered? Is there something more …
0
votes
4answers
236 views

processing json objects in jsp

i have a JSON object sent from the browser to the jsp page. how do i receive that object and process it in jsp. do i need any specific parsers? i have used the following piece of c …
4
votes
1answer
563 views

Roll your own NMEA parser or use an open source GPS parser?

I do a lot of location aware computing, often incorporating GPS. I have my own little simple NMEA parser that doesn't do anything special - just transforms the GPS specific senten …
22
votes
4answers
1k views

Why C++ cannot be parsed with a LR(1) parser?

I were reading about parsers and parser generators when I hit upon this statement in wikipedia's LR parsing -page: "Many programming languages can be parsed using some variation o …
7
votes
15answers
864 views

Learning Resources on Parsers, Interpreters, and Compilers

I've been wanting to play around with writing my own language for a while now (ostensibly for the learning experience) and as such need to be relatively grounded in the constructio …
5
votes
11answers
996 views

Smart design of a math parser?

What is the smartest way to design a math parser? what i mean is a function that takes a math string (like: "2 + 3 / 2 + (2 * 5)") and returns the calculated value? I did write one …
4
votes
4answers
982 views

What is the difference between Flex/Lex and Yacc/Bison ?

What is the difference between Flex & Lex and Yacc & Bison. I searched the Internet wildly and I didn't find any solid answer. Can I install pure Lex and Yacc on Ubuntu, o …
1
vote
6answers
534 views

Is the ANTLR parser generator best for a C++ app with constrained memory?

I'm looking for a good parser generator that I can use to read a custom text-file format in our large commercial app. Currently this particular file format is read with a handmade …
3
votes
4answers
579 views

Is Boost guilty of being un-Boost-like?

I was just reading the intro to the Boost::Spirit LL Parser framework. The preface suggests that the author and creator likes to use such parsing technology to read in program opti …

1 2 3 4 5 6 next
15 30 50 per page