Subset of C language with tree interpreter and bytecode compiler + VM.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
Ian Piumarta 30e9c9ba21 handle postinc of pointers, comparisons between pointers and pointers/arrays, conversion of arrays to pointers před 4 měsíci
..
Makefile Initial commit. před 4 měsíci
dangling-pointer.c handle comparison of integer and pointer to variable před 4 měsíci
invalid-pointer.c improve error message for invalid assignments před 4 měsíci
memory-leak.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants před 4 měsíci
multiple-free.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants před 4 měsíci
null-pointer.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants před 4 měsíci
out-of-bounds-access.c Initial commit. před 4 měsíci
pointer-compare.c Initial commit. před 4 měsíci
pointer-increment.c handle postinc of pointers, comparisons between pointers and pointers/arrays, conversion of arrays to pointers před 4 měsíci
pointer-out-of-bounds.c Initial commit. před 4 měsíci
segmentation-fault.c handle array indexing and integer multiplication před 4 měsíci
use-after-free.c handle array indexing and integer multiplication před 4 měsíci