C compiler with embedded metalanguage.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

14 строки
211 B

@{
@@.append(`declaration int a = 0;);
a = (`declaration int b = 0;);
@@.append(a);
if (1) {
@@.append(`declaration int c = 0;);
} else {
@@.append(`declaration int c = 1;);
}
@@;
};
@a;