* Add workflow to build each project separately
* Make `Compiler` depend on `PascalLanguage` and `PascalABCSaushkinParser` 06e595
* Make IDE's depend on `PABCNETC`
It's launched as a separate process from IDE
* 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
В форме - оптимизации в связи с High DPI
Отдельный проект VisualPascalABCNET_40.csproj для компиляции под Windows XP с NET 4.0
Изменения в сборке инсталлята в связи с этим