pascalabcnet/VisualPascalABCNET/IB/Debugger
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
..
Actions.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
AddWatchForm.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
AddWatchForm.Designer.cs initial commit 2015-05-14 21:35:07 +02:00
AddWatchForm.resx initial commit 2015-05-14 21:35:07 +02:00
Bookmarks.cs Refactoring of Compiler.cs (#2984) 2023-12-18 22:33:27 +03:00
BreakpointCondition.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
BreakpointCondition.Designer.cs initial commit 2015-05-14 21:35:07 +02:00
BreakpointCondition.resx initial commit 2015-05-14 21:35:07 +02:00
Debugger.cs Implement programming languages integration functionality (#3001) 2024-03-13 22:16:40 +03:00
DynamicTreeView.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
ExpressionEvaluation.cs New checks for directives added (#3099) 2024-05-04 20:21:50 +03:00
Immediate.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
LocalVars.cs New checks for directives added (#3099) 2024-05-04 20:21:50 +03:00
Utility.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00