pascalabcnet/Languages
nevermind322 133d082e4e
Assign tuple optimizer (#3142)
* branch init

* add BindCollectLightSymInfo

* moved lightsyminfo to syntaxVisitors

* LIghtSymInfo fixes

* binder 0.1

* Attributes -> SymbolAttributes

* AssignTupleOptimizer -> AssignTupleDesugar

* moved algorithm classes to AssignTupleDesugarAlgorithm namespace

* fixes and refactoring

* LightSymInfo rework

* add rebuildDebug and build units

* enable VarNamesInMethodsWithSameNameAsClassGenericParamsReplacer

* remove CollectFullLightSymInfo call

* bind now return BindResult

* change BindResult path type

* path testing

* fix Current in BindCollectLightSymInfo

* fix Current in BindCollectLightSymInfo

* potential symomyms handling without assigns count minimization

* assign count minimization

* rename AssignTuplesDesugar

* move NewAssignTupleDesugar

* add optimization switch

* delete AssignTupleDesugar project

* remove comments
2024-06-06 23:10:38 +03:00
..
KuMir/KuMir-gppg-Parser New languages engine (#3120) 2024-05-25 12:26:32 +03:00
Oberon/Oberon00Parser New languages engine (#3120) 2024-05-25 12:26:32 +03:00
OldPython/PythonParser New languages engine (#3120) 2024-05-25 12:26:32 +03:00
Pascal Assign tuple optimizer (#3142) 2024-06-06 23:10:38 +03:00
VisualBasic/VBNETParser Change type of language field in syntax tree to be string (#3119) 2024-05-28 14:16:49 +03:00