summaryrefslogtreecommitdiff
path: root/monkeypatch.hs
AgeCommit message (Expand)Author
2019-03-19Fix statement-expression handling.Joe Crayne
2019-03-19Grok more if-then cases.Joe Crayne
2019-03-19grok assertion fail.Joe Crayne
2019-03-19expression-statements and increment statement.Joe Crayne
2019-03-19sigsJoe Crayne
2019-03-19Support for expression-statements.Joe Crayne
2019-03-19Implemented C comma operator.Joe Crayne
2019-03-19Grok ternary operator.Joe Crayne
2019-03-18recognize nullPtr, fix withPointer output.Joe Crayne
2019-03-18Initialize record fields.Joe Crayne
2019-03-18Transpile code to create structs.Joe Crayne
2019-03-18Handle function calls and address-of operator.Joe Crayne
2019-03-17Use refactored comment parser.Joe Crayne
2019-03-17Use LT instead as nodeinfo placeholder for brevity.Joe Crayne
2019-03-14Restrict transpilation to functions.Joe Crayne
2019-03-13First successful function transpile.Joe Crayne
2019-03-10Extract documented enum types.Joe Crayne
2019-03-10Signatures.Joe Crayne
2019-03-10* getsig: Keep original c-names for haskell types.Joe Crayne
2019-02-25cabal file and licenseJoe Crayne