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 18caf89d77 include file name and line number in syntax error messages hace 3 meses
..
Makefile Initial commit. hace 4 meses
dangling-pointer.c handle comparison of integer and pointer to variable hace 3 meses
invalid-pointer.c improve error message for invalid assignments hace 3 meses
memory-leak.c be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 hace 3 meses
multiple-free.c be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 hace 3 meses
null-pointer.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants hace 3 meses
out-of-bounds-access.c Initial commit. hace 4 meses
pointer-compare.c include file name and line number in syntax error messages hace 3 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 handle comparisons between pointers and arrays, handle taking address of array hace 3 meses
segmentation-fault.c handle array indexing and integer multiplication hace 3 meses
uninitialised.c add test for access to uninitialised variable hace 3 meses
use-after-free-2.c add use-after-free test for common linked list deallocation bug hace 3 meses
use-after-free.c handle typedefs of anonymous structures hace 3 meses