Hacker News new | ask | show | jobs
by watergatorman 2552 days 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 } ] .