rui314 / 8cc

A Small C Compiler
MIT License
6.12k stars 742 forks source link

Define -a flag as dumpast. #73

Closed kvu787 closed 3 years ago

kvu787 commented 8 years ago

Usage states that one of -a, -c, -E, -S must be specified, but does not define -a. From main.c:parseopt, it appears that -a should dump the AST.