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 Revert null check in Add method 2017-06-02 03:38:42 +03:00
AbstractVisitor.cs Большое изменение в Dictionaries 2024-07-15 13:50:11 +03:00
ac_list.cfg initial commit 2015-05-14 21:35:07 +02:00
BaseChangeVisitor.cs Большое изменение в Dictionaries 2024-07-15 13:50:11 +03:00
BaseEnterExitVisitor.cs BaseEnterExitVisitor 2015-08-10 20:13:13 +03:00
CollectUpperNodesVisitor.cs SyntaxTree/tree/FillParentNodeVisitor.cs 2016-08-28 21:11:34 +03:00
config.cfg Add XML serialization support for syntax generator 2017-02-18 12:20:03 +03:00
FillParentNodeVisitor.cs FillParentNodesVisitor 2016-10-13 00:56:12 +03:00
HierarchyVisitor.cs Большое изменение в Dictionaries 2024-07-15 13:50:11 +03:00
Irony.dll initial commit 2015-05-14 21:35:07 +02:00
LambdaVisitMode.cs initial commit 2015-05-14 21:35:07 +02:00
NodesBuilder.cs Make changes for spython compatibility (#3131) 2024-05-28 14:16:03 +03:00
NodesGenerator.exe Set parents for child elements when assigned using properties 2018-05-25 17:45:01 +03:00
SciLexer.dll initial commit 2015-05-14 21:35:07 +02:00
SciLexer64.dll initial commit 2015-05-14 21:35:07 +02:00
ScintillaNET.dll initial commit 2015-05-14 21:35:07 +02:00
SyntaxGenerator.md Update SyntaxGenerator.md 2017-06-01 13:54:12 +03:00
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