summaryrefslogtreecommitdiff
path: root/prolog/problems/dcg/number_proper_2/sl.py
blob: 401aaa02ba8fe717aa589b8ca23458455571859d (plain)
1
2
3
4
5
6
7
8
name = 'number_proper/2'
slug = 'Števila brez vodilnih ničel'

description = '''\
<p>Napiši gramatiko z začetnim simbolom <code>number</code> za jezik nenegativnih celih števil. Števila <em>ne smejo</em> vsebovati vodilnih ničel.</p>
<p>Primeri veljavnih besed: <code>123</code>, <code>54</code>, <code>122</code>, <code>1221</code>, <code>0</code>.</p>'''

hint = {}