Subset of C language with tree interpreter and bytecode compiler + VM.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
Ian Piumarta 30e9c9ba21 handle postinc of pointers, comparisons between pointers and pointers/arrays, conversion of arrays to pointers hace 3 meses
..
Makefile Initial commit. hace 4 meses
dangling-pointer.c handle comparison of integer and pointer to variable hace 4 meses
invalid-pointer.c improve error message for invalid assignments hace 4 meses
memory-leak.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants hace 4 meses
multiple-free.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants hace 4 meses
null-pointer.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants hace 4 meses
out-of-bounds-access.c Initial commit. hace 4 meses
pointer-compare.c Initial commit. hace 4 meses
pointer-increment.c handle postinc of pointers, comparisons between pointers and pointers/arrays, conversion of arrays to pointers hace 3 meses
pointer-out-of-bounds.c Initial commit. hace 4 meses
segmentation-fault.c handle array indexing and integer multiplication hace 4 meses
use-after-free.c handle array indexing and integer multiplication hace 4 meses