pascalabcnet/AdditionalLanguages/SPython
Александр Земляк 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
..
SemanticAnalyzers/SPythonSyntaxTreeVisitor SPython: неявное преобразование int в bool и bool в int (#3383) 2026-02-02 12:01:18 +03:00
SPythonLanguageInfo Деактивация кнопок, связанных с Intellisense, для языков без Intellisense + разделение ILanguageInformation на два интерфейса (#3378) 2026-01-27 22:25:28 +03:00
SPythonParserKrylovMovchan SPython: неявное преобразование int в bool и bool в int (#3383) 2026-02-02 12:01:18 +03:00
SyntaxTreeConverters/SPythonStandardTreeConverter Рефакторинг визитора SPython и исправление global statetement (#3375) 2026-01-16 21:51:17 +03:00