Commit Graph
105 Commits
Author SHA1 Message Date
4eb0da 082d4ebe89 toString for arrays and dicts
201c4203e883ff3f85e3d0d5cefdc023896546a1
2024-05-16 13:58:17 +03:00
4eb0da fa96cb6042 Fix unary parsing
8fd12d1459898d8309bc1e2b4e4d11f6ba30ac87
2024-05-16 13:56:16 +03:00
pkurchatov 9029c6b2a8 Updated expression errors
2bf201f922de089031d30fac9c04847fa6012ea8
2024-05-16 12:12:18 +03:00
pkurchatov 7dc1e1a695 Argument count check
591d852aab38fe99ada380ef0ee4ce546934b1c1
2024-05-15 11:38:18 +03:00
vyaivanove 67b7ad6772 Restircted dots in variable names
c5cce38597acecaf4b53bb6c1cca24e5e95bcdc1
2024-04-25 12:48:42 +03:00
pkurchatov 1f2afc8f1e Fixed unary minus operator parsing in expressions
3355514576d3cea23adac3be12025bfad2999a47
2024-04-24 14:30:39 +03:00
edubinskaya 9f586328cd Supported methods in evaluable expressions
1143f052bdf155c8d3d4ccd7c567af377b26837f
2024-04-23 12:48:35 +03:00
ventywing e1bd30f84f Double quotes are no longer supported in string literals
ec31fa77db3f218e2f3f8569892d9dc8655e1d9f
2024-04-22 14:31:10 +03:00
4eb0da e29003e81f Disallow several cases in variable names with dots
99dfe7384bfe2ee26c4e822d7c4805c133826f93
2024-04-19 20:22:10 +03:00
pkurchatov 886925f2db Restircted dots in variable names
9e8da0a8b9f1e82ea7b807a4b695a155bd6f1f3a
2024-04-18 12:39:14 +03:00
4eb0da 720d0bf139 Methods support
af02f2ffb6c2003c32c15d4545033c28cb8ac5d9
2024-04-16 17:38:05 +03:00
4eb0da 3f37f76cb3 Persistent variable storage
5316b8520155b9b7d3cc2b2e6d8782b6f853a99a
2024-04-16 16:52:56 +03:00
pkurchatov f662c673f2 Added len() function for arrays, enabled iOS tests
5fb7f1116ec1dbe94f92996969da1f4f6913201a
2024-04-15 12:03:08 +03:00
pkurchatov 6d66c05f9d Fixed methods parsing
5f91fb07470ffd2244083da235d1f99d7f3b5755
2024-04-15 12:01:06 +03:00
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