]> ocean-lang.org Git - ocean/commitdiff
parsergen: don't bother with indent_depth
authorNeilBrown <neil@brown.name>
Wed, 10 Mar 2021 04:26:59 +0000 (15:26 +1100)
committerNeilBrown <neil@brown.name>
Wed, 10 Mar 2021 04:31:49 +0000 (15:31 +1100)
We don't need to store the indent_depth if we just shift the bit-stack
up and down.  <<1 pushes a zero, >>1 pops, |=1 changes the zero to one.

Signed-off-by: NeilBrown <neil@brown.name>

No differences found