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"
Parrot | Parrot Compiler Toolkit | #25 |
analyze an input sequence
determine the structure of statements
according to the rules for a language
Copyright © 2008 Patrick R. Michaud http://www.pmichaud.com/2008/pres/ |