libfirm / cparser

C99 parser and frontend for libfirm
http://pp.ipd.kit.edu/firm
GNU General Public License v2.0
337 stars 38 forks source link

allow tempfiles to have a suffix like .s or .o #8

Closed oliwer closed 10 years ago

oliwer commented 10 years ago

This allows the compiler to know what to do with file without any extra option. The main advantage is that you can now use cparser with any compiler, and not just GCC.