summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Expand)AuthorFilesLines
2011-12-04Update main warning if fn_main label exists, update README for automatic varsPeter Wu1-1/+2
2011-12-04Add -Dmacro[=defn] and -Umacro support, remove mention of array supportPeter Wu1-11/+9
2011-12-03Support multiple declarations in the global scopePeter Wu1-1/+2
2011-12-02Apparantly windows sucks hard and you can still use a binary in the current dirPeter Wu1-4/+4
2011-12-02Windows still sucks, but I need to make better documentationPeter Wu1-4/+5
2011-12-02Windows sucksPeter Wu1-5/+4
2011-12-02Support automatic processing through cppPeter Wu1-2/+17
2011-12-01Update TODO, README and add notes for call conventionPeter Wu1-7/+5
2011-12-01Support for <<= and >>=, refactor and comments, fix math_ops corruptionPeter Wu1-1/+1
2011-11-30Support for all assignment except shifting, fix rightshift bugPeter Wu1-1/+1
2011-11-30Support for array reference (both assignment and rvalue), update READMEPeter Wu1-10/+16
2011-11-29pp2cc: Update readme with dependencies and supportPeter Wu1-6/+11
2011-11-28Support for switch statement, initialize global variables by 0 by defaultPeter Wu1-2/+3
2011-11-28Fix shifting and document is betterPeter Wu1-1/+4
2011-11-27Support for break/continuePeter Wu1-3/+3
2011-11-27Add feature support and K&R C conformance informationPeter Wu1-0/+84
2011-11-27Updated pp2cc READMEPeter Wu1-12/+10
2011-11-26Add README for pp2ccPeter Wu1-0/+26