Subset of C language with tree interpreter and bytecode compiler + VM.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
Ian Piumarta 18caf89d77 include file name and line number in syntax error messages il y a 3 mois
..
Makefile Initial commit. il y a 4 mois
dangling-pointer.c handle comparison of integer and pointer to variable il y a 3 mois
invalid-pointer.c improve error message for invalid assignments il y a 3 mois
memory-leak.c be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 il y a 3 mois
multiple-free.c be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 il y a 3 mois
null-pointer.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants il y a 3 mois
out-of-bounds-access.c Initial commit. il y a 4 mois
pointer-compare.c include file name and line number in syntax error messages il y a 3 mois
pointer-increment.c handle postinc of pointers, comparisons between pointers and pointers/arrays, conversion of arrays to pointers il y a 3 mois
pointer-out-of-bounds.c handle comparisons between pointers and arrays, handle taking address of array il y a 3 mois
segmentation-fault.c handle array indexing and integer multiplication il y a 3 mois
uninitialised.c add test for access to uninitialised variable il y a 3 mois
use-after-free-2.c add use-after-free test for common linked list deallocation bug il y a 3 mois
use-after-free.c handle typedefs of anonymous structures il y a 3 mois