in reply to Re^2: Parsing by indentation
in thread Parsing by indentation

> In just one pass ...

not really, it's recursive.

This solution is one-pass.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

Replies are listed 'Best First'.
Re^4: Parsing by indentation
by llarochelle (Beadle) on Oct 29, 2018 at 12:56 UTC
    Oh thanks Rolf ! This is very interesting too, I'll give it a try in the lab later today and let you know ! Best regards ! Luc