Saturday 3 March 2012

Compare Top-down parsing and Bottom-up parsing?


                           In Top-down parsing, the parse tree is constructed from root to leaves.
(e.g.) Predictive parsing.
                           In Bottom-up parsing, the parse tree is constructed from leaves to root. (e.g.) Shift reduce parsing.

No comments:

Post a Comment

IE7 Issues Text Indent

                 Unfortunately IE 7 is still widespread among the users hence while theming we have to give special importance to the grea...