ZealOS icon indicating copy to clipboard operation
ZealOS copied to clipboard

Fix function local variable list declaration with initialization Compiler bug.

Open TomAwezome opened this issue 2 years ago • 2 comments

TomAwezome avatar Apr 06 '22 02:04 TomAwezome

Screenshots

Example 1: Example 1 Example 2: Example 2 Relevant location in the compiler: source

Midnoclose avatar Feb 26 '23 21:02 Midnoclose

I was just going to mention that if somebody is going to dig into this code, a related nice to have feature would be the ability to not have to include the number inside the array brackets and instead allow it to be automatically inferred by the number of parameters.

tinkeros avatar Feb 27 '23 02:02 tinkeros