pascalabcnet/CodeCompletion
AlexanderZemlyak efb4a4338f
New checks for directives added (#3099)
* Extract base classes from ParserTools (local) and GPPGParserHelper

* Fix string resources error

* Extract base class for unexpected token error

* Update ParserTools project file

* Add comments for compiler directives usages in compiler

* Add directives checks

* Move string constants to new project

* Implement scalable directives checks

* Remove known directives from compiler

* Fix PABCSystem namespace error

* Allow region and endregion with no params

* Allow parameters to endif directive

* Delete directive parameters extension checks

* Replace error with warning for uknown directive case

* Fix generate native code (semantic rule) assigning

* Improve error messages for directives

* Rename RunParseThread to SwitchOnIntellisence

Для отладки может требоваться отключение Intellisence на уровне кода. Для понятности метод назван SwitchOnIntellisence.

* Resolve merge conflicts

* Add new compiler errors for unsupported target framework and output file type

* Add documentation to directives checks

* Fix directives check loop
2024-05-04 20:21:50 +03:00
..
Properties copyrights 2024-01-04 11:04:04 +01:00
CodeCompletion.cs New checks for directives added (#3099) 2024-05-04 20:21:50 +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 checks for directives added (#3099) 2024-05-04 20:21:50 +03:00
DomSyntaxTreeVisitor.cs New checks for directives added (#3099) 2024-05-04 20:21:50 +03:00
ExpressionEvaluator.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
ExpressionVisitor.cs New checks for directives added (#3099) 2024-05-04 20:21:50 +03: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 New checks for directives added (#3099) 2024-05-04 20:21:50 +03:00
Testing.cs New checks for directives added (#3099) 2024-05-04 20:21:50 +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