aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
36 hoursHandle -o (output) option for -E (preprocess only)mainSamuel Lidén Borell1-4/+10
37 hoursFix ifdef/ifndef: Skip #else if trueSamuel Lidén Borell1-2/+6
37 hoursDetect function-like macro defs without ')'Samuel Lidén Borell1-2/+9
37 hoursImplement -D optionSamuel Lidén Borell1-4/+16
37 hoursParse (but ignore) type castsSamuel Lidén Borell1-5/+22
37 hoursBasic parsing of expressions in functionsSamuel Lidén Borell1-4/+17
38 hoursUpdate READMESamuel Lidén Borell1-3/+6
38 hoursBeginnings of parsing of functionsSamuel Lidén Borell1-7/+34
39 hoursClean up commented out codeSamuel Lidén Borell1-18/+0
39 hoursParsing of enum typesSamuel Lidén Borell1-24/+93
47 hoursParsing of struct typesSamuel Lidén Borell1-13/+103
48 hoursFix detection of identifier tokensSamuel Lidén Borell1-1/+1
48 hoursRemove unsupported stuff from stdlib.hSamuel Lidén Borell1-3/+3
2 daysIndent correctly in format()Samuel Lidén Borell1-1/+1
2 daysBasic parsing of typesSamuel Lidén Borell4-33/+113
2 daysFix strings with comma or parentheses inside macro invocationsSamuel Lidén Borell1-2/+15
2 daysSupport comments at start of lines alsoSamuel Lidén Borell1-0/+4
2 daysInclude source filename/line in uncaught exceptionsSamuel Lidén Borell1-0/+9
2 daysAdd missing operatorsSamuel Lidén Borell1-2/+9
2 daysUse exceptions for syntax errors. Use red color for errorsSamuel Lidén Borell1-4/+19
2 daysAdd READMESamuel Lidén Borell1-0/+57
2 daysAdd licenceSamuel Lidén Borell2-0/+788
2 daysInitial commitSamuel Lidén Borell13-0/+1366