index
:
cproc.git
defer
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pp.c
Age
Commit message (
Expand
)
Author
2020-03-22
pp: Implement variadic macros
Michael Forney
2020-03-22
pp: Style
Michael Forney
2020-03-18
pp: Remove some unnecessary conditionals
Michael Forney
2020-03-18
pp: Fix possible use-after-free
Michael Forney
2020-03-18
pp: Don't expand argument tokens if we don't need them
Michael Forney
2020-03-18
pp: Handle #define without trailing newline
Michael Forney
2020-03-18
pp: Minor style changes
Michael Forney
2020-03-18
pp: Finish '#' operator
Michael Forney
2020-03-17
pp: Use tokencheck in a few more places
Michael Forney
2020-03-17
pp: Fix some whitespace after preprocessing
Michael Forney
2020-03-17
pp: Add support for macro definition and expansion
Michael Forney
2020-03-16
token: Add tokencheck utility function
Michael Forney
2020-03-16
token: Rename some functions
Michael Forney
2020-03-16
Allow multiple inputs to main compiler process
Michael Forney
2019-06-18
pp: Add __typeof as an alternate keyword for __typeof__
Michael Forney
2019-05-24
Add __attribute__ keyword
Michael Forney
2019-05-21
Handle alternate keywords in the compiler itself
Michael Forney
2019-05-13
Use enum type for expect argument
Michael Forney
2019-04-29
Add __asm__ keyword
Michael Forney
2019-04-17
Improve token descriptions in errors
Michael Forney
2019-04-04
Merge headers into cc.h
Michael Forney
2019-02-27
Implement __typeof__.
Andrew Chambers
2019-02-25
Use a stack of scanners
Michael Forney
2019-02-24
Remove unnecessary spaces in keyword list
Michael Forney
2019-02-16
Allow labels with same name as typedef
Michael Forney
2019-02-13
Make __builtin_va_list a built-in declaration, not keyword
Michael Forney
2019-02-12
Initial import
Michael Forney