mirror of
https://github.com/bearlanguageorg/bear.git
synced 2026-08-26 15:37:18 +00:00
More buildins and vscode exstention <CO-AUthored, ai>
This commit is contained in:
@@ -150,3 +150,24 @@ const native_now = 170
|
||||
const native_time_ms = 171
|
||||
const native_format_time = 172
|
||||
const native_parse_time = 173
|
||||
|
||||
// regex builtins
|
||||
const native_regex_match = 174
|
||||
const native_regex_find_all = 175
|
||||
const native_regex_replace = 176
|
||||
const native_regex_split = 177
|
||||
|
||||
// crypto/encoding builtins
|
||||
const native_base64_encode = 178
|
||||
const native_base64_decode = 179
|
||||
const native_sha256 = 180
|
||||
const native_md5 = 181
|
||||
const native_csv_parse = 182
|
||||
|
||||
// extended HTTP + filesystem/process builtins
|
||||
const native_http_req = 183
|
||||
const native_path_ext = 184
|
||||
const native_path_abs = 185
|
||||
const native_path_rel = 186
|
||||
const native_exec_full = 187
|
||||
const native_weekday = 188
|
||||
|
||||
Reference in New Issue
Block a user