module documentation

Provides is_matched function as a use case for a stack.

Function is_matched Return True if all delimiters are properly match; False otherwise.
def is_matched(expr):

Return True if all delimiters are properly match; False otherwise.