mes/module/mescc
Peter De Wachter b560899d84
mescc: Allow superfluous parentheses in function declarations.
E.g.:  int (f)();
This is obscure but valid C.  It occurs in the csmith headers (thanks
to macro shenanigans).

* module/mescc/compile.scm (fctn-defn:get-name,
fctn-defn:get-statement): Allow superfluous parentheses in function declarations.
2018-10-16 20:40:40 +02:00
..
i386 mescc: Another attempt at divide. 2018-10-07 15:15:45 +02:00
x86_64 mescc: Another attempt at divide. 2018-10-07 15:15:45 +02:00
as.scm mescc: x86_64 support: Refactor to abstracted assembly, add x86_64. 2018-08-15 18:26:55 +02:00
bytevectors.scm mescc: x86_64 support: Refactor to abstracted assembly, add x86_64. 2018-08-15 18:26:55 +02:00
compile.scm mescc: Allow superfluous parentheses in function declarations. 2018-10-16 20:40:40 +02:00
info.scm mescc: x86_64 support: Refactor to abstracted assembly, add x86_64. 2018-08-15 18:26:55 +02:00
M1.scm mescc: Oops typo. 2018-10-12 09:37:10 +02:00
mescc.scm mescc: Exit with non-zero exit code when subprocess fails. 2018-10-16 20:40:35 +02:00
preprocess.scm mescc: x86_64 support: Refactor to abstracted assembly, add x86_64. 2018-08-15 18:26:55 +02:00