[fpc-pascal] Exploring block statements with CodeTools not working

Mattias Gaertner nc-gaertnma at netcologne.de
Sun Oct 16 11:17:14 CEST 2022


On Sun, 16 Oct 2022 09:19:56 +0700
Hairy Pixels via fpc-pascal <fpc-pascal at lists.freepascal.org> wrote:

> I’m trying to look at the code in a the begin..end section of this
> sample program but for some reason when it gets to the BeginBlock
> node child count is always 0 (other nodes are as expected though).

That's correct. There are no nodes for simple statements like "a:=1".

Mattias


More information about the fpc-pascal mailing list