Subset of C language with tree interpreter and bytecode compiler + VM.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
Ian Piumarta c4ded90303 better printf(), handle initialisation of pointers and arrays from string literals 4 ay önce
..
Makefile Initial commit. 4 ay önce
dangling-pointer.c handle comparison of integer and pointer to variable 4 ay önce
invalid-pointer.c improve error message for invalid assignments 4 ay önce
memory-leak.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants 4 ay önce
multiple-free.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants 4 ay önce
null-pointer.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants 4 ay önce
out-of-bounds-access.c Initial commit. 4 ay önce
pointer-compare.c handle comparisons between pointers and arrays, handle taking address of array 4 ay önce
pointer-increment.c handle postinc of pointers, comparisons between pointers and pointers/arrays, conversion of arrays to pointers 4 ay önce
pointer-out-of-bounds.c handle comparisons between pointers and arrays, handle taking address of array 4 ay önce
segmentation-fault.c handle array indexing and integer multiplication 4 ay önce
use-after-free.c better printf(), handle initialisation of pointers and arrays from string literals 4 ay önce