2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix put_back in lexer More... over 17 years ago
Test multiline commits Line2 More... over 17 years ago
More work on cparser: - cleanup some lexer code - allow some usual non-c99 constructs (implicit function, implicit int type) - parse float constants More... over 17 years ago
Write the ANSI word "restrict" instead if "__restrict" in print_type_qualifiers(). More... over 17 years ago
Older GCCs do not know -Wextra. Only use -W. More... over 17 years ago
Factorise and indent code for printing atomic types. More... over 17 years ago
- implemented decimal floating pointer numbers in lexer - reworked declaration parser - started working on array types More... over 17 years ago
filter trigraphs in advance and simplify lexer code because of that More... over 17 years ago
support for more builtins, additional bugfixes More... over 17 years ago
fix parameter names being taken from first declaration not currently parse declaration More... over 17 years ago
- countless bugfixes - implement octal and hexadecimal escape sequences - implemented more gcc extensions More... over 17 years ago
improvements in statement parsing, improvements in ast printing More... over 17 years ago
fix bug in method type hashing More... over 17 years ago
corrected type identities and handling of declaration/definitions More... over 17 years ago
improved union/struct parsing More... over 17 years ago
improvements for handling of function parameters More... over 17 years ago
improved support for enums More... over 17 years ago
handle multiple strings in a row More... over 17 years ago
improve parsing of function pointers More... over 17 years ago
add --print_ast option More... over 17 years ago
improve ast printing More... over 17 years ago
improve type printing More... over 17 years ago
improved parsing of function declarators More... over 17 years ago
improved representation of method types More... over 17 years ago
fix compound type comparison More... over 17 years ago
support for writing functions and function types in fluffy export More... over 17 years ago
add TODO point More... over 17 years ago
more bugfixes, started working on a fluffy declaration exporter More... over 17 years ago
bugfixes for context/symbol-declaration mapping More... over 17 years ago
refactored lexer code More... over 17 years ago