IBM
Contents Index Previous Next



Parsing


Parsing is the process of determining if a string of tokens can be generated by a grammar. In discussing this topic, it is helpful to think of a parse tree being constructed, even though a compiler may not actually construct such a tree. However, a parser must be capable of constructing the tree, or else the translation cannot be guaranteed correct.


http://www.ibm.com/rational
Contents Index Previous Next