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"
| Python on Parrot | Python on Parrot | #36 |
analyze an input sequence
determine the structure of statements
according to the rules for a language
| Copyright © 2007 Patrick Michaud |