pascalabcnet/Compiler
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
..
Config Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
PCU Assign tuple optimizer (#3160) 2024-06-24 19:54:40 +03:00
SemanticTreeConverters Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
Compiler.cs Assign tuple optimizer (#3160) 2024-06-24 19:54:40 +03:00
Compiler.csproj New languages engine (#3120) 2024-05-25 12:26:32 +03:00
ConsoleCompilerCommands.cs pascalabcnet/pascalabcnetlinux#4 2022-10-27 20:13:35 +02:00
DocXml.cs New checks for directives added (#3099) 2024-05-04 20:21:50 +03:00
Errors.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
ICompiler.cs New languages engine (#3120) 2024-05-25 12:26:32 +03:00
IProjectInfo.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
ProjectInfo.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
RemoteCompiler.cs New languages engine (#3120) 2024-05-25 12:26:32 +03:00
SyntaxTreeToSemanticTreeConverter.cs New languages engine (#3120) 2024-05-25 12:26:32 +03:00