optimizing scoped names more and fix scoping of identifier names in arrays (pointers) in SymbolTable

This commit is contained in:
Irmen de Jong
2022-12-30 19:01:00 +01:00
parent e0913a39ab
commit 8e730ef93d
13 changed files with 73 additions and 57 deletions

View File

@@ -3,7 +3,7 @@ TODO
For next release
^^^^^^^^^^^^^^^^
- optimize scoped symbols: .split('.') / .joinToString(".")
- optimize scoped symbols: .split('.') / .joinToString(".") / 'dotted string' comments
...