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 30e9c9ba21 handle postinc of pointers, comparisons between pointers and pointers/arrays, conversion of arrays to pointers 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 handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants il y a 3 mois
multiple-free.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants 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 Initial commit. il y a 4 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 Initial commit. il y a 4 mois
segmentation-fault.c handle array indexing and integer multiplication il y a 3 mois
use-after-free.c handle array indexing and integer multiplication il y a 3 mois