c3lang / c3c

Compiler for the C3 language
GNU Lesser General Public License v3.0
2.64k stars 154 forks source link

Compile time string functions #828

Open lerno opened 1 year ago

lerno commented 1 year ago

In order to facilitate certain types of macros, the following macros could be built in:

data-man commented 1 year ago

@str_to_var_name(#f, #space) Convert string to camel case from a space-based name scheme. @str_to_type_name(#f, #space) Convert string to title case from a space-based name scheme.

I propose rename them to @str_to_camel_case(#f, #space) and @str_to_title_case(#f, #space).