Lukas Zima

Results 5 issues of Lukas Zima

**Describe the solution you'd like** Provide support of relative paths from the current file, using ${fileDirname} and /.. ( or something similar from the [VSC options](https://code.visualstudio.com/docs/editor/variables-reference))

new feature

**Describe the solution you'd like** As a user, I would like to get a warning in case of syntax like "moving a PIC X(n) variable to PIC S9(n) COMP"

new feature
low-priority

**Describe the solution you'd like** As a user, I would like to see warnings for unreachable code.

new feature

**Is your feature request related to a problem?** Currently, if the parser runs into an unexpected token it stops and is unable to continue parsing the rest of the code....

new feature
parser
flat-parser

Reopening a ticket from https://github.com/BroadcomMFD/code4z/issues/61 With something like this EXEC SQL DECLARE MYTAB TABLE (CREATION_TIMESTAMP TIMESTAMP(6) WITHOUT TIME ZONE NOT NULL ) END-EXEC. (typically generated by the DCLGEN utility), the...

new feature