d: examples: reduce scopes
commitfb144c021c535c687b023601c7d3f40820074dfb
authorAkim Demaille <akim.demaille@gmail.com>
Sun, 17 Jan 2021 07:17:50 +0000 (17 08:17 +0100)
committerAkim Demaille <akim.demaille@gmail.com>
Sun, 17 Jan 2021 07:38:51 +0000 (17 08:38 +0100)
tree9abe09e17b68ef635303e45343662a0fd0aa1620
parent5aaa93ae727cb396b85d0c9875e0f61020f259eb
d: examples: reduce scopes

* data/skeletons/lalr1.d (YYLocation.step): New.
* examples/d/calc/calc.y (Lexer): Reduce scopes to avoid uninitialized
varibles.
Factor the handling of locations.
We don't need lenChars.
data/skeletons/lalr1.d
examples/d/calc/calc.y