Misc,

Building Recursive Descent Parsers with Python

.
(Jan 26, 2006)

Abstract

What is "parsing"? Parsing is processing a series of symbols to extract their meaning. Typically, this means reading the words of a sentence and drawing information from them. When application programs need to process data that is provided as text, they must use some form of parsing logic. This logic scans the text characters and character groups (words) and recognizes patterns of groups to extract the underlying commands or information.

Tags

Users

  • @gdmcbain

Comments and Reviews