What is "parsing"?
analyze an input sequence
determine the structure of statements
according to the rules for a language
- ---> We're looking for patterns
- ---> To Perl programmers, "pattern" implies "regular expression"
| Programming Parrot | Programming Parrot | #26 |
analyze an input sequence
determine the structure of statements
according to the rules for a language
| Copyright © 2008 Patrick Michaud |