pascalabcnet/SyntaxTree/tree
Mikhalkovich Stanislav b8fec95599 Большое изменение в Dictionaries
1 to 2 - новый оператор в стиле Котлина для пары Ключ-Значение
Pair - синоним KV. KV - не запоминается
Теперь:
  d := Dict(1 to 2, 3 to 4)
   или
  d := Dict(Pair(1,2),Pair(3,4)

Кроме того
Новые конструкторы
  d := Dict(d1) - копия
  d := Dict(keys,values)
d.Update(d1)
d + d1
d += d1
d + pair
d - Seq(ключ)
d -= Seq(ключ)
2024-07-15 13:50:11 +03:00
..
SyntaxTemplates
AbstractVisitor.cs Большое изменение в Dictionaries 2024-07-15 13:50:11 +03:00
ac_list.cfg
BaseChangeVisitor.cs Большое изменение в Dictionaries 2024-07-15 13:50:11 +03:00
BaseEnterExitVisitor.cs
CollectUpperNodesVisitor.cs
config.cfg
FillParentNodeVisitor.cs
HierarchyVisitor.cs Большое изменение в Dictionaries 2024-07-15 13:50:11 +03:00
Irony.dll
LambdaVisitMode.cs
NodesBuilder.cs Make changes for spython compatibility (#3131) 2024-05-28 14:16:03 +03:00
NodesGenerator.exe
SciLexer.dll
SciLexer64.dll
ScintillaNET.dll
SyntaxGenerator.md
SyntaxTreeStreamReader.cs Большое изменение в Dictionaries 2024-07-15 13:50:11 +03:00
SyntaxTreeStreamWriter.cs Большое изменение в Dictionaries 2024-07-15 13:50:11 +03:00
Tree.cs Большое изменение в Dictionaries 2024-07-15 13:50:11 +03:00
Tree.cs.txt Change type of language field in syntax tree to be string (#3119) 2024-05-28 14:16:49 +03:00
tree.xml Большое изменение в Dictionaries 2024-07-15 13:50:11 +03:00
TreeHelper.cs Change type of language field in syntax tree to be string (#3119) 2024-05-28 14:16:49 +03:00
TreeSubsidiary.cs Change type of language field in syntax tree to be string (#3119) 2024-05-28 14:16:49 +03:00
Visitor.cs Большое изменение в Dictionaries 2024-07-15 13:50:11 +03:00
WalkingVisitorNew.cs bug fix #1488 2018-11-12 06:44:51 +03:00