Critical fixes

This commit is contained in:
allexanderbergmns
2026-08-25 17:34:47 +02:00
parent 415dec40a2
commit 3e1e9bd08a
12 changed files with 361 additions and 19 deletions
+9
View File
@@ -181,3 +181,12 @@ const native_sb_len = 192
// concurrency: spawn/join threads
const native_spawn = 193
const native_spawn_join = 194
// interactive input: read a line from stdin
const native_read_line = 195
const native_input = 196
// getopt-style flag parsing over args()
const native_flag_val = 197
const native_flag_has = 198
const native_flag_positional = 199