mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-07 22:25:45 -07:00
Corrected enum serialization of ecodetypes, eoperator, especifier, and etoktype, some more naming refactors for strbuilder... formatting
This commit is contained in:
base
Readme.md
auxillary
components
ast.cppast.hppcode_serialization.cppcode_types.hpp
gen
interface.hppinterface.parsing.cpplexer.cppparser.cpptypes.hppdependencies
helpers
docs
gen_c_library
scripts
@ -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