Thiago Adams
Thiago Adams
I am working on it. Cake uses https://github.com/hoedown/hoedown to generate documentation. hoedown is compiled on cake build. I am now checking the compilation of hoedown with pelles C .
I made several changes to add PellesC. At the Pelles C command prompt: cc -Ze build.c The compilation is not working yet because not because of the build.c or build.c...
stat was fixed..
Also: ```c void (*(*PF)(int a, int b))(void) ```
I want to create a table for each operator representing the iteration for instance.. ``` Operator || nullptr nullptr enum array function integer float enum array function integer float ```...
In my last checkin all errors that are not described as "constrain" in the C standard are now user controlled. Users will decide for each message if it is an...
flow analysis requires we store the state of pointed objects. a->b->c->d It has a limit because otherwise it can go forever. (imagine next in a linked list) I think the...
I want to review the linked list separately because it is easy to have bugs. there is a sample in cake about linked list I also want to update de...
also - no space for null ```c `char a[3] = "abc"; ```
``` case_struct_tag=pascal_case case_enum_tag=pascal_case case_function=pascal_case case_enumerator=pascal_case case_struct_member=pascal_case case_parameter=pascal_case case_global_var=pascal_case case_local_var=pascal_case ``` ``` case_macro ```