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
PCU Везде в location убрал document - заменил его на непосредственно file_name 2026-01-17 23:26:40 +03:00
SemanticTreeConverters
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
DocXml.cs
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
ProjectInfo.cs
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