uschuster

Results 5 issues of uschuster

There is no difference in the AST between a new simple type and a type alias, but there should be one. Both AST entries consist of a node of type...

The node order is left to right, but for indexed nodes the order is right to left. **Sample** ``` Delphi procedure TestIndexedOrder; var F: TFoo; O: TObject; begin F :=...

I do suppose the position information of nodes (Col and Line) do specify the begin. The col for nodes of type ntLiteral specify the end. Sample ``` Delphi unit TestUnit;...

bug

#89 was about correct position information for "begin end", repeat and while loops, for "begin end" it was fixed, but repeat and while are of type TSyntaxNode and do not...

**Preconditions** * HeidiSQL version: not relevant * Database type and version: not relevant * OS: not relevant Commit SHA: 0fedb314ebd0f749b0ab8a8ec09052df2562f73b (March 1, 2023) **Describe the bug** I have used HeidiSQL...