pascalabcnet/CodeCompletion
AlexanderZemlyak 97c29a4e1b
Compiler tiding up, refactoring Keywords class and uniting errors in Errors file (#3179)
* Tidy up first part of compiler code

* Rename Net Compiler Options

* Move CompilationErrors to Errors project

* Return default constructor to compiler warning

* Rename semantic check for include namespaces in unit

* Create two Errors files instead of one in Errors project

* Fix current unit is not main program check

* Add documentation to compilation errors in Errors project

* Return compiler thrown errors to Compiler project

* Refactor keywords class - extract base keywords functionality

* Fix keywords case sensitivity

* Fix case sensitivity again...

* Optimize keywords initialization

* Fix parse expression error because of wrong constructor call
2024-07-13 18:44:49 +03:00
..
Properties copyrights 2024-01-04 11:04:04 +01:00
CodeCompletion.cs Compiler tiding up, refactoring Keywords class and uniting errors in Errors file (#3179) 2024-07-13 18:44:49 +03:00
CodeCompletion.csproj New checks for directives added (#3099) 2024-05-04 20:21:50 +03:00
CodeCompletionPCUReader.cs fix #2981 2024-01-07 12:50:10 +01:00
CodeFormatter.cs Многострочные строковые литералы 2024-03-21 21:21:59 +03:00
DomConverter.cs New languages engine (#3120) 2024-05-25 12:26:32 +03:00
DomSyntaxTreeVisitor.cs New languages engine (#3120) 2024-05-25 12:26:32 +03:00
ExpressionEvaluator.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
ExpressionVisitor.cs fixed semantic intellisense 2024-05-07 22:04:03 +02:00
FindReferences.cs intellisense for var expression 2024-01-07 14:43:47 +01:00
SemanticTreeWalker.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
SymTable.cs SymTable - исправление чтобы не показывать статические методы в ///#! 2024-07-12 20:54:52 +03:00
Testing.cs New languages engine (#3120) 2024-05-25 12:26:32 +03:00
TypeTable.cs New checks for directives added (#3099) 2024-05-04 20:21:50 +03:00
UnitXmlDocs.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
XmlDocs.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00