mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-13 00:48:58 -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
@ -28,7 +28,7 @@ void builder_pad_lines( Builder* builder, s32 num )
|
||||
|
||||
void builder_print( Builder* builder, Code code )
|
||||
{
|
||||
StrBuilder str = code_to_string(code);
|
||||
StrBuilder str = code_to_strbuilder(code);
|
||||
// const ssize len = str.length();
|
||||
// log_fmt( "%s - print: %.*s\n", File.filename, len > 80 ? 80 : len, str.Data );
|
||||
strbuilder_append_string( & builder->Buffer, str );
|
||||
|
Reference in New Issue
Block a user