Files
hakorune/apps/std/map_std.hako

13 lines
246 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// nyashstd.map P0 scaffold (JIT-only)
// Minimal placeholder to define file layout and ny_plugins mapping.
static box StdMap {
init { }
len(m) { return 0 }
get(m, k) { return 0 }
set(m, k, v) { return 0 }
keys(m) { return 0 }
}