t-edson / P65Pas

CPU 6502 Pascal Compiler/IDE/Debugger
GNU General Public License v3.0
119 stars 27 forks source link

unofficial feature object records are broken in 1.1 ? #90

Open mvdhoning opened 6 months ago

mvdhoning commented 6 months ago

One can still define objects. But it seems it is no longer possible to assign values to them?

t-edson commented 6 months ago

Hi. Several changes has been made in the core of the compiler. I'm still working now on improve optimization. Don't worry, objects support is in my TODO list. Maybe you can download an older version from the tag. I will be updating a new version when I get some more stable.