6 Commits

Author SHA1 Message Date
6d172e1dc0 mie: update bluelib api usage 2025-11-06 10:38:50 +00:00
311dd60322 mie: name: add a mie_name destructor that removes it from its parent name map 2025-08-16 20:54:05 +01:00
4ffe445572 mie: add strict-naming support to mie_name_map
in strict mode, the hint is taken as the required name. if a value already
exists with the given name, the operation fails.
2025-04-22 15:21:30 +01:00
8023ea622a mie: func name and args are now specified separately from func creation
func args are added manually using mie_func_add_arg, while the func's name
is specified when the func is added to a module, to allow the module to generate
a unique name.
2025-04-21 21:10:27 +01:00
7f0d8b87c5 mie: name_map can now generate unique names when given no hints 2025-04-11 14:12:53 +01:00
98d82de47a mie: add name_map to generate unique value names 2025-04-11 13:40:37 +01:00