Ghaith Hachem
Ghaith Hachem
The idea is that this is only a marker, there is no need for it to be part of codegen as far as I can tell, it should only help...
No, but this is the only case, and for that we don't need to load the pointer in advance, if there's an annotated call statement here, we can load it....
Thank you or reporting this, this is definitely the wrong behavior.
Hello @rhythmchicago Only the parsing is implemented here the plan is to have global symbols for the variables you define so they could be accessed like normal variables from the...
Hello @andergisomon, since this post we changed some behavior in the compiler. You can declare hardware addresses by using the `AT` symbol: ```iecst VAR_GLOBAL myChannel AT %IX1.1 : BOOL; END_VAR...
if you have multiple files that all depend on each others, you can also create a project (see the plc.json and build configuration in the help) and then you can...
The lexer is configured at compile time, we can maybe make that a feature We can make the reference check configurable (we currently store everything in lower case, and search...
Hello, this is definitely a bug and was on our radar very recently (Internal tracker, seems we forgot to move it to the github issues). In fact I wanted to...
Hello @BipulLamsal Thank you for the contribution. Do you mind adding some tests to the changes? To make sure the intended behavior is now being triggered. That is, we need...
I'm assuming we should not do any check here, if we're going from 1 compatible vla to the other, we can just copy the fat pointer to the next function....