Commit graph

8 commits

Author SHA1 Message Date
Mikhalkovich Stanislav 4760aa02d7 Везде в location убрал document - заменил его на непосредственно file_name 2026-01-17 23:26:40 +03:00
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
Ivan Bondarev 7e18d092e8 bug fix #2568 2021-11-21 12:43:55 +01:00
Mikhalkovich Stanislav a972270fd0 Исправил неточность в цикле for var i:=f1() to f2() do 2020-05-26 00:13:23 +03:00
Mikhalkovich Stanislav 882109efa0 fix #1994 2019-07-12 11:19:02 +03:00
Mikhalkovich Stanislav fe19dfabee fix #1706 2019-06-21 19:43:01 +03:00
Voloshin Bogdan 575aaa5d68 Remove redundant code 2017-08-11 04:06:32 +03:00
Alexander Zakharenko a22ef2d967 Add ForLoop.cs 2017-07-23 22:53:35 +03:00