--- layout: fc_discuss_archives title: Message 7 from Frama-C-discuss on June 2015 ---
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] How To Add Rules



Hello,

Le 02/06/2015 12:59, Gaurav Tripathi a écrit :
> I am very new to Frama-C. I have come up with my rules which I want to
> add in frama-c for my purpose.
>
> For example: No space shall be give between condition or loop(e.g. if,
> switch, for)  and "("

I doubt Frama-C is the right tool for such purpose. You should look for 
"pretty printers" for C code.

Best regards,
david