What is "parsing"?
analyze an input sequence
determine the structure of statements
according to the rules for a language
- ---> We're looking for patterns
- ---> In Perl, "pattern" implies "regular expression"
| Parrot and Perl 6 | Parrot and Perl 6 - Environments for Dynamic Languages | #25 |
analyze an input sequence
determine the structure of statements
according to the rules for a language
| Copyright © 2007 Patrick Michaud |