pascalabcnet/TreeConverter/TreeConversion
nevermind322 75e79d9a82
Assign tuple optimizer (#3160)
* 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

* fix #3116

* (the rest of the fix)

* potential symomyms handling without assigns count minimization

* assign count minimization

* rename AssignTuplesDesugar

* move NewAssignTupleDesugar

* add optimization switch

* delete AssignTupleDesugar project

* remove comments

* collect symbols from var tuples

* optimize var_tuple_def_statement and assign_var_tuple

* fix

* fix Tuple Visitor

* #3091

* #3125

* revert #3125

* #3125

* #3123

* #3123

* #3127

* fix

* del doc

* await переместил

* Перегенерировал грамматику

* s.ToLines
RenameDirectory

* Исправление ToLines

* Убрал из грамматики узлы await - случайно оставались

* Sync `.ToLines` with `System.IO.StringReader` (#3154)

* 3.9.0.3494

* add const optimization

* #3152

* #3152

---------

Co-authored-by: Sun Serega <sunserega2@gmail.com>
Co-authored-by: Ivan Bondarev <ibond84@googlemail.com>
Co-authored-by: Mikhalkovich Stanislav <miks@math.sfedu.ru>
Co-authored-by: Артём Филонов <afilono@sfedu.ru>
2024-06-24 19:54:40 +03:00
..
SyntaxTreeVisitorNodes New languages engine (#3120) 2024-05-25 12:26:32 +03:00
block_info.cs
Collections.cs
compilation_context.cs New languages engine (#3120) 2024-05-25 12:26:32 +03:00
CompilationErrors.cs Make changes for spython compatibility (#3131) 2024-05-28 14:16:03 +03:00
CompilationWarnings.cs
CompilerDirectivesToSyntaxTreeNodesLinker.cs New languages engine (#3120) 2024-05-25 12:26:32 +03:00
convertion_data_and_alghoritms.cs fix #3133 2024-05-31 22:01:54 +03:00
exceptions.cs
HasCapturedLambdaParameterInInternalLambdaBody.cs В дополнение к предыдущему 2021-01-28 16:38:02 +03:00
InitializationDataForConverting.cs New languages engine (#3120) 2024-05-25 12:26:32 +03:00
LambdaHelper.cs Refactoring of Compiler.cs (#2984) 2023-12-18 22:33:27 +03:00
motivation.cs
name_reflector.cs New checks for directives added (#3099) 2024-05-04 20:21:50 +03:00
NetHelper.bak.cs
returner.cs
semantic_checks_for_sugar.cs New checks for directives added (#3099) 2024-05-04 20:21:50 +03:00
SemanticRulesConstants.cs New languages engine (#3120) 2024-05-25 12:26:32 +03:00
SubtreeCreator.cs Ликвидация зависимости проектов PascalABCSaushkinParser и SyntaxVisitors от 2023-05-31 14:04:04 +03:00
syntax_tree_visitor.cs Assign tuple optimizer (#3160) 2024-06-24 19:54:40 +03:00
SystemLibInitializer.cs
type_constructor.cs New checks for directives added (#3099) 2024-05-04 20:21:50 +03:00
unit_nodeArrayList.cs
using_namespaceArrayList.cs