# File A1_patterns.rb, line 31
def zerlege(whtxt)
        comp=whtxt.scan(/;|:=|\+|\-|div|mod|\(|\)|[a-zA-Z][a-zA-Z0-9]*|[1-9]+[0-9]*|0/)
        return comp
end