mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 15:26:12 -08:00 
			
		
		
		
	Corrected enum serialization of ecodetypes, eoperator, especifier, and etoktype, some more naming refactors for strbuilder... formatting
This commit is contained in:
		@@ -102,7 +102,7 @@ Str module_flag_to_str( ModuleFlag flag )
 | 
			
		||||
	local_persist
 | 
			
		||||
	Str lookup[ (u32)Num_ModuleFlags ] = {
 | 
			
		||||
		{ "__none__", sizeof("__none__") - 1 },
 | 
			
		||||
		{ "export",   sizeof("export")   - 1  },
 | 
			
		||||
		{ "export",   sizeof("export")   - 1 },
 | 
			
		||||
		{ "import",   sizeof("import")   - 1 },
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user