pascalabcnet/Compiler
Александр Земляк 2c30b73b08
SPython: неявное преобразование int в bool и bool в int (#3383)
* Implement bool to int and int to bool implicit conversion for SPython

* Change "and", "or" and "not" operations to be logical in SPython

* Add standard functions' overloads (all, any, sum)
2026-02-02 12:01:18 +03:00
..
Config Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
PCU Везде в location убрал document - заменил его на непосредственно file_name 2026-01-17 23:26:40 +03:00
SemanticTreeConverters Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
Compiler.cs Везде в location убрал document - заменил его на непосредственно file_name 2026-01-17 23:26:40 +03:00
Compiler.csproj drop ICSharpCode.NRefactory, Microsoft.Dynamic and Microsoft.Scripting from Compiler project dependencies (#3279) 2025-06-17 22:24:30 +03:00
ConsoleCompilerCommands.cs pascalabcnet/pascalabcnetlinux#4 2022-10-27 20:13:35 +02:00
DocXml.cs New checks for directives added (#3099) 2024-05-04 20:21:50 +03:00
Errors.cs New directive to disable linking pascal standard modules (#3186) 2024-08-02 10:48:07 +03:00
ICompiler.cs Удаление supportedProjectFiles из Compiler и настройка использования SPython в проектах (#3374) 2026-01-16 20:13:20 +03:00
IProjectInfo.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
ProjectInfo.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
RemoteCompiler.cs Везде в location убрал document - заменил его на непосредственно file_name 2026-01-17 23:26:40 +03:00
SyntaxTreeToSemanticTreeConverter.cs SPython: неявное преобразование int в bool и bool в int (#3383) 2026-02-02 12:01:18 +03:00