Explain Bottom up parsing.
Bottom up parsing: This parse attempts to increase syntax tree for an input string by a sequence of reduction. If the input string can be decreased to the distinguished symbol, the string is valid. If string is not valid, error would be noticed and indicated during the process of reduction itself.