Open rohanrayan opened 6 months ago
hi @rohanrayan , thx for the issue. so far we implemented a language grammar of iec61131-3 from a version that did not support oop (classes and methods). Implementing OOP support (ant therefore also methods) is scheduled for the 2nd half of 2024.
We'll need to postpone this issue a bit, but we'll get there soon.
Hi @riederm
Could you let me know which version (or year) of the grammar that is currently supported by RuSTy?
Describe the bug I am trying to compile the following code with RuSTy and it gives an error, could you please let me know how to fix it?
error:
To Reproduce Copy the code snippet to a .st file (ex: sample.st) try to compile using:
plc --ir sample.st
Expected behavior I expect RuSTy to generate an LLVM-IR for this code