summaryrefslogtreecommitdiff
path: root/pp2cc.py
AgeCommit message (Expand)AuthorFilesLines
2011-11-27Fix zero shift not returning a value (e.g. 1<<0), optimize shift on nested ex...Peter Wu1-33/+18
2011-11-26Fix some bugs in if handling, add support for ternary ?:Peter Wu1-7/+51
2011-11-26Disable label addition for if and then linesPeter Wu1-10/+10
2011-11-26Support for bitshift (<< and >>) operators, allow for label on asm.pullPeter Wu1-2/+51
2011-11-26Initial commit of pp2ccPeter Wu1-0/+666