aboutsummaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2019-02-25Use a stack of scannersMichael Forney
2019-02-23Check for any write errorsMichael Forney
2019-02-22Keep track of built-in kind in declarationMichael Forney
2019-02-22Only need to emit tentative definitions when compilingMichael Forney
2019-02-22Simplify handling of arguments to cc-qbe a bitMichael Forney
2019-02-22Implement __builtin_allocaMichael Forney
2019-02-19Implement __builtin_va_copyMichael Forney
2019-02-13Make __builtin_va_list a built-in declaration, not keywordMichael Forney
2019-02-13Implement __builtin_va_argMichael Forney
2019-02-12Initial importMichael Forney