C compiler with embedded metalanguage.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

15 rader
259 B

@{
saved = `initializer (1,2,"stringy thingy",21<<1);
cons = `constant 2;
}
@(a = `constant 10)
char t = @(`constant 't');
int i = @(cons);
int q = @(`constant 10);
int k = @(`initializer (1,2,"stringy thingy",21<<1));
int i = @(saved);
int w = @(a);