mirror of
https://github.com/irmen/prog8.git
synced 2024-11-27 03:50:27 +00:00
todo
This commit is contained in:
parent
e6c41eac93
commit
4668932bac
@ -1,9 +1,14 @@
|
|||||||
TODO
|
TODO
|
||||||
====
|
====
|
||||||
|
|
||||||
For next compiler release
|
For next compiler release (7.2)
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
...
|
make AnonymousScope no longer a INameScope as the vars are scoped to the parent subroutine.
|
||||||
|
requires to hoist all vardecls in all AnonymousScopes up to Subroutine level somewhere,
|
||||||
|
and changing all lookups that now look into the anonymousscope (no longer needed).
|
||||||
|
Do this after AstIdentifiersChecker so that we know that there are no problems with
|
||||||
|
variable name clashes.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Blocked by Commander-x16 v39 release
|
Blocked by Commander-x16 v39 release
|
||||||
|
Loading…
Reference in New Issue
Block a user