[–] watergatorman 7y ago ↗ Interesting article.There is both left and right recursion in the definition of <number>, but this EBNF (Wirth notation) uses iteration only:number = digit { digit } [ "." digit { digit } ] .
1 comment
[ 4.6 ms ] story [ 20.4 ms ] threadThere is both left and right recursion in the definition of <number>, but this EBNF (Wirth notation) uses iteration only:
number = digit { digit } [ "." digit { digit } ] .