| 10 years ago | Andrew Kelley | | support casting between floats |
| 10 years ago | Andrew Kelley | | support casting between int and float types |
| 10 years ago | Andrew Kelley | | fix C interaction with maybe function pointers |
| 10 years ago | Andrew Kelley | | typedecl top level decls respect pub |
| 10 years ago | Andrew Kelley | | add --library-path cli option |
| 10 years ago | Andrew Kelley | | parseh: correct debug for forward decls |
| 10 years ago | Andrew Kelley | | parser: fix parsing of type decls |
| 10 years ago | Andrew Kelley | | parseh handles typedef void better |
| 10 years ago | Andrew Kelley | | parseh understands forward struct definitions |
| 10 years ago | Andrew Kelley | | parseh: use the decayed type not original type |
| 10 years ago | Andrew Kelley | | fix some parseh crashes |
| 10 years ago | Andrew Kelley | | delete bogus --help text |
| 10 years ago | Andrew Kelley | | codegen extern global variables correctly |
| 10 years ago | Andrew Kelley | | parseh understands types better and handles some situations better |
| 10 years ago | Andrew Kelley | | parseh properly ignores anonymous structs |
| 10 years ago | Andrew Kelley | | parseh understands variable declarations |
| 10 years ago | Andrew Kelley | | Merge pull request #102 from MovingtoMars/float_print |
| 10 years ago | Andrew Kelley | | parseh fix crash |
| 10 years ago | Andrew Kelley | | parseh defines can reference other defines |
| 10 years ago | Andrew Kelley | | parseh understands number literal defines |
| 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 |
|