![]() |
|
@ addresses "not constant" (*solved*) - Printable Version +- Boriel Basic Forum (https://forum.boriel.com) +-- Forum: Compilers and Computer Languages (https://forum.boriel.com/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://forum.boriel.com/forumdisplay.php?fid=11) +---- Forum: Bug Reports (https://forum.boriel.com/forumdisplay.php?fid=15) +---- Thread: @ addresses "not constant" (*solved*) (/showthread.php?tid=521) |
@ addresses "not constant" (*solved*) - britlion - 2013-01-04 Code: DIM MapPtr as uInteger = @MapThis comes back with Initializer expression is not constant. And it is - shouldn't this expression work? It works if the following line is MapPtr=@Map as a let. Re: @ addresses "not constant" - boriel - 2013-01-04 I'm afraid I forgot to implement that case, but I guess It could be done. Let me check it...
Re: @ addresses "not constant" - boriel - 2013-01-29 It's taking longer than expected (I've switched job, meanwhile BTW :mrgreen: ) Hope to finish the fix today. Re: @ addresses "not constant" - britlion - 2013-02-01 *blink* Again? Er, congrats on the new job! Re: @ addresses "not constant" - boriel - 2013-02-11 britlion Wrote:*blink* Again?It's a research job (despite the crisis), and I'm very happy with it. Thx.BTW, I've finally fixed this "bug". In fact it's not a bug, but a compiler expansion feature. Took me more than expected (a hard one!). So please, everybody check this version deeply before going further. :oops: Please, download, version [url=http://boriel.com/files/zxb"]1.3.0s670[/url], and tell me. :roll: |