Commit Graph
91 Commits
Author SHA1 Message Date
4eb0da 27976eb1f4 toString(string) function
aaf3d0d4ec127ece53798321d269965eba8dbdbd
2024-04-13 00:19:41 +03:00
pkurchatov 406a60acba Added toString function for dictionaries and arrays
358f29e587aa5aac386668f385c4fda1020aa026
2024-04-12 14:55:39 +03:00
pkurchatov 9e367c7930 Added toString(String) function
3d292c9f77ee790d93b9fd006c8b7528713802e8
2024-04-11 10:59:17 +03:00
pkurchatov 9de39316af Added dictionary and array methods
6fbced1adc5f6db18248143211f12c4d1a2ef299
2024-04-10 10:36:23 +03:00
pkurchatov 707dca1658 Optimized function selection
19af4164db5de3abb680d9276fd268ec899eb7cf
2024-04-09 15:29:13 +03:00
pkurchatov 875931b32d Added expression tests
9ec01efc888c020a4b185df188c5a29da81a9c29
2024-04-05 13:36:29 +03:00
pkurchatov 1f49608e94 Fixed ternary operator parsing
08cc7cbdd4a53d27433591d63a1451b272421473
2024-04-04 21:31:17 +03:00
edubinskaya 4f6d23321c added implicit cast from integer to number inside evaluable expressions
14b72885d4175db76e0c35285ef56ffb7f091b4a
2024-04-04 14:20:37 +03:00
pkurchatov b0651340e1 Introduced methods in expressions
5003ddbe6a85e4a09a79b1c6f270f4b304feb543
2024-04-03 14:55:29 +03:00
pkurchatov 47016437cb Added variable name tests
cd819882e2d82123b7dfbf667207f293cfe5f994
2024-03-14 18:01:46 +03:00
pkurchatov 510cbde3e4 Fixed variable names parsing
44dfe07b4a3f02d1138dd7540b2f5365efe42e24
2024-03-13 15:35:48 +03:00
4eb0da d78d1ee40e Implicit integer to number cast
234749da79e9b3ebf32b5bef3af5f68cc6687ba3
2024-03-12 14:32:27 +03:00
pkurchatov 35fbb6b082 Fixed numbers comparing in expression tests
eea85378d948fbf6c4afd8c8e913e16939306651
2024-03-06 15:35:00 +03:00
pkurchatov 85f0110783 Added integer->number implicit cast
165904eebea6d8f919dea5cfd33aabbb9cf9d6be
2024-03-05 20:04:54 +03:00
pkurchatov 8696f50ef1 Fixed expression error messages, fixed platforms in expression tests
c82a14e6e3897a59efa41f109b89cc244c12e002
2024-02-29 21:34:39 +03:00
arychagov f6f3f18f7d fixed typo 2024-02-12 12:16:18 +03:00
morevsavva 1e16ae114b enable array, dict expression tests. 2024-01-26 13:04:14 +03:00
grechka62 463ee664e9 Support getDictFromDict and getArrayFromDict functions 2024-01-24 16:20:18 +03:00
4eb0da 85953f2770 Container item_builder 2024-01-23 17:14:06 +03:00
akhmetsafin 12df290a89 Add operators error messages 2024-01-22 15:47:24 +03:00
akhmetsafin de550c32ce Support datetime functions 2024-01-19 17:09:24 +03:00
egorkrivochko 0c1ac77390 Added supporting len(array) function. 2023-12-29 13:33:28 +03:00
4eb0da 9834784f8c Array getter null fix 2023-12-28 14:08:21 +03:00
4eb0da 34a58d13b6 Fix whitespace in expressions 2023-12-08 21:16:53 +03:00
pkurchatov f91846d165 Enabled tests for iOS 2023-12-07 18:41:20 +03:00
4eb0da 9c96fbca43 Array len func 2023-12-01 17:45:02 +03:00
4eb0da 87a1e5e73d Try operator 2023-12-01 16:47:49 +03:00
egorkrivochko dd2b3de964 Added supporting 'try' operator 2023-11-30 21:09:30 +03:00
egorkrivochko 68e040f03e Actualized tests for evaluable espressions. 2023-11-21 13:33:09 +03:00
egorkrivochko c5b6ab70db Added supporting getStoredUrlValue functions. 2023-11-20 14:30:47 +03:00
egorkrivochko 944d85d3cf Added supporting getOptColorFromDict/getDictOptColor functions 2023-11-15 13:01:40 +03:00
egorkrivochko 5daf2eae1f Updated tests for evaluable expressions 2023-11-13 12:41:21 +03:00
egorkrivochko e0ca532239 Added supporting getUrlValue functions. 2023-11-11 12:29:31 +03:00
egorkrivochko bc158f4641 Added supporting getUrlFromArray and getUrlFromDict functions 2023-11-08 16:36:47 +03:00
egorkrivochko dccff61b87 Added supporting toUrl(str) and toColor(str) functions 2023-11-03 14:28:02 +03:00
egorkrivochko 15e6ad1734 Added supporting function toString(url) 2023-11-03 11:57:31 +03:00
4eb0da a483272147 Arrays support 2023-10-05 17:34:25 +03:00
yaanvar a84ff1c7c3 add dot to error message 2023-10-04 15:14:02 +03:00
darjke 50255d6344 add getArray/getDict functions for array 2023-09-06 12:36:12 +03:00
vyaivanove 6133989849 Added support for 'expected_warnings' field in expression tests 2023-08-28 13:24:02 +03:00
yaanvar 589623ee0d added array functions 2023-08-25 18:24:12 +03:00
darjke 2c94f101b5 add array get functions 2023-08-24 13:03:38 +03:00
akhmetsafin 458ae1d42e Persistent variable storage 2023-07-21 13:23:24 +03:00
grechka62 d47e15dc49 Support dict functions 2023-07-14 23:55:11 +03:00
akhmetsafin 116d001174 Support testRegex function 2023-07-14 15:28:57 +03:00
edubinskaya abef5d8ce9 supported function testRegex 2023-07-12 12:07:11 +03:00
4eb0da 0e648e4698 testRegex func 2023-07-06 14:55:06 +03:00
ventywing f62da0cbcf Support Dict 2023-07-04 16:48:13 +03:00
4eb0da 0ca0e48dfb Dict type 2023-06-01 21:17:27 +03:00
pkurchatov e3ff6fbb5b Renamed json->dict varibale type 2023-05-25 12:09:50 +03:00