* Refactor SymbolTable to improve architecture * Fix PABCSystem function calls in SPython standard modules * Fix names search in SymbolTable and CollectNamesFromUsedUnits in Compiler * Add SemanticRulesConstants.SymbolTableCaseSensitive setting in pcu reader * Fix case sensitive search in DSSymbolTable class * Add case sensitive search test cases for SPython * Leave only one dictionary in SymbolsDictionary class * Refactor Find function in SymbolsDictionary * Fix math.pys module * Fix str.pys * Imrove Find method in SymbolsDictionary * DefaultIfEmpty was wrong - need to use Any() |
||
|---|---|---|
| .. | ||
| big_program.pys | ||
| global.pys | ||
| global_test.pys | ||
| global_var.pys | ||
| global_var_in_inner_block.pys | ||
| import_and_from_import.pys | ||
| int_bool_conversion.pys | ||
| IntFloatTest.pys | ||
| list_test.pys | ||
| mergesort.pys | ||
| primes_and_divisors.pys | ||
| print_tests.pys | ||
| str.pys | ||
| super_proga1.pys | ||
| super_proga2.pys | ||
| tuples.pys | ||