# coding=utf-8 id = 166 name = 'number_proper/2' slug = 'numbers without leading zeros' description = '''\

Write a DCG with the starting symbol number_proper for the language of non-negative integers. The numbers should not contain leading zeros.

Example words: 123, 54, 122, 1221, 0.

''' hint = {}