| 10 years ago | Andrew Kelley | | parseh understands simple character literal macro |
| 10 years ago | Andrew Kelley | | attempt to get preprocessor entities from libclang |
| 10 years ago | Andrew Kelley | | fix incorrect loading of files over 8192 bytes |
| 10 years ago | Andrew Kelley | | parseh understands bodyless struct used in fn |
| 10 years ago | Andrew Kelley | | parseh handles self referential structs and fn pointers |
| 10 years ago | Andrew Kelley | | ability to specify function type |
| 10 years ago | Andrew Kelley | | parser: allow missing fn name and missing param names |
| 10 years ago | Andrew Kelley | | add test for calling the result of if-else expr |
| 10 years ago | Andrew Kelley | | fix function calling of pointers |
| 10 years ago | Andrew Kelley | | ability to call member functions directly |
| 10 years ago | Andrew Kelley | | ability to refer to member function directly |
| 10 years ago | Andrew Kelley | | parsh understands constant sized arrays |
| 10 years ago | Andrew Kelley | | parseh understands elaborated structs and enums |
| 10 years ago | Andrew Kelley | | parseh understands simple structs |
| 10 years ago | Andrew Kelley | | null pointer optimization for ?&T |
| 10 years ago | Andrew Kelley | | std: remove incorrect float printing code |
| 10 years ago | Andrew Kelley | | add parseh test for multiple fn prototypes |
| 10 years ago | Andrew Kelley | | add restrict -> noalias parseh test |
| 10 years ago | Andrew Kelley | | add parseh tests |
| 10 years ago | Andrew Kelley | | parseh recognizes C enums |
| 10 years ago | Andrew Kelley | | parseh: add --c-import-warnings option |
| 10 years ago | Andrew Kelley | | Merge pull request #100 from MovingtoMars/float_print |
| 10 years ago | Andrew Kelley | | c_import of stdio.h works for some functions |
| 10 years ago | Andrew Kelley | | Merge remote-tracking branch 'origin/master' |
| 10 years ago | Andrew Kelley | | move AST rendering code to separate file |
| 10 years ago | Andrew Kelley | | build command supports -isystem argument |
| 10 years ago | Andrew Kelley | | parseh: still produce output when not all types are known |
| 10 years ago | Andrew Kelley | | fix stdio duplicately defining va_list |
| 10 years ago | Andrew Kelley | | parseh correctly handles C's void type |
| 10 years ago | Andrew Kelley | | parseh: recognize typedef types |
| 10 years ago | Andrew Kelley | | fix `%%` prefix operator codegen for simple values |
| 10 years ago | Andrew Kelley | | fix comparing incompatible number literals crash |
| 10 years ago | Andrew Kelley | | fix codegen for pointers to void |
| 10 years ago | Andrew Kelley | | add explicit cast from isize/usize to pointer |
| 10 years ago | Andrew Kelley | | remove bogus example code |
| 10 years ago | Andrew Kelley | | add error for `@typeof` or `&` of number literal |
| 10 years ago | Andrew Kelley | | fix crash when compiling empty file |
| 10 years ago | Andrew Kelley | | parseh works for simple functions |
| 10 years ago | Andrew Kelley | | upgrade to the libclang C++ API |
| 10 years ago | Andrew Kelley | | docs: update deps to llvm and clang 3.7.1 |
| 10 years ago | Andrew Kelley | | add c_import top level decl |
| 10 years ago | Andrew Kelley | | different extern syntax and simplify parsing top level decls |
| 10 years ago | Andrew Kelley | | update README |
| 10 years ago | Andrew Kelley | | variable initializations are now mandatory |
| 10 years ago | Andrew Kelley | | add constant expression evaluation for negation |
| 10 years ago | Andrew Kelley | | add the C integer types |
| 10 years ago | Andrew Kelley | | analyze: fix crash when return type is invalid |
| 10 years ago | Andrew Kelley | | implement compile time string concatenation |
| 10 years ago | Andrew Kelley | | compiler enforces checking for error |
| 10 years ago | Andrew Kelley | | syntax: back to -> for return type, no more => |
|