pascalabcnet/SyntaxTree/tree
AlexanderZemlyak c2111cf375
Change type of language field in syntax tree to be string (#3119)
* Change syntax tree language field to be string

Тип LanguageId заменен на string

* Fix unit language name assigning

* Update lexer and parser

* Add checks to avoid NullReferenceException

Проверки на null для SyntaxTree. (К падению компилятора они не приводили, т.к. они связаны с другими ошибками, например синтаксическими), но мешали отладке.

* Return initial lexer and parser versions

* Revert language name assigning
2024-05-28 14:16:49 +03:00
..
SyntaxTemplates Revert null check in Add method 2017-06-02 03:38:42 +03:00
AbstractVisitor.cs function f(n: integer): integer; 2023-12-31 21:56:13 +03:00
ac_list.cfg initial commit 2015-05-14 21:35:07 +02:00
BaseChangeVisitor.cs a?[2:10:2] 2017-01-10 08:49:49 +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 function f(n: integer): integer; 2023-12-31 21:56:13 +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 Change type of language field in syntax tree to be string (#3119) 2024-05-28 14:16:49 +03:00
SyntaxTreeStreamWriter.cs Change type of language field in syntax tree to be string (#3119) 2024-05-28 14:16:49 +03:00
Tree.cs Change type of language field in syntax tree to be string (#3119) 2024-05-28 14:16:49 +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 Change type of language field in syntax tree to be string (#3119) 2024-05-28 14:16:49 +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 function f(n: integer): integer; 2023-12-31 21:56:13 +03:00
WalkingVisitorNew.cs bug fix #1488 2018-11-12 06:44:51 +03:00