Mathias Rieder

Results 4 issues of Mathias Rieder

Should rusty be able to reprsent negative hex numbers as literals? #848 will not allow a line like this: `x : INT := INT16#FFFF:` in terms of the bit representation,...

bug

Resolving inline enum variants is unnecessarily complex since they are unfavorably stored in the index. ```st FUNCTION main : DINT VAR variant1 : (x := 1, y := 2) :=...

refactor
performance
high-priority

we should start to call this a iec61131-3 compiler, no longer a structured-text compiler.

documentation

The indexer utilizes the visitor-trait to visit nodes that contain symbols. It delegates the concrete work to smaller, specialized indexer-implementations in src/index/indexer