name = 'number/2' slug = 'numbers with potential leading zeros' description = '''\

Write a DCG with the starting symbol number for the language of non-negative integers. The numbers may include leading zeros.

Example words: 123, 54, 0122, 0001221, 0.

''' hint = {}