Next | Higher-Order Parsing | 2 |
Parsing is the process of taking an unstructured input
Such as a sequence of characters
and turning it into a data structure
Such as a record
or an object
or a value
For example, read the configuration file
and build an object that represents the configuration
Next | Copyright © 2007 M. J. Dominus |