What is a parser and what does it do?
For example, what would an HTML parser do in python?
mahela007 6 Posting Whiz in Training
Recommended Answers
Jump to PostParsing often means "perform syntax analysis" on a program or a text. It means check if a text obeys given grammar rules and extract the corresponding information. For example, suppose that you define the rule that the structure of a question in english is
auxiliary verb + subject + …
All 4 Replies

iamthwee
Maniraj Patri 0 Newbie Poster
Gribouillis 1,391 Programming Explorer Team Colleague
mahela007 commented: Thanks a lot +1
mahela007 6 Posting Whiz in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.