Subset of C language with tree interpreter and bytecode compiler + VM.
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
Ian Piumarta c4ded90303 better printf(), handle initialisation of pointers and arrays from string literals há 3 meses
..
Makefile Initial commit. há 4 meses
dangling-pointer.c handle comparison of integer and pointer to variable há 3 meses
invalid-pointer.c improve error message for invalid assignments há 3 meses
memory-leak.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants há 3 meses
multiple-free.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants há 3 meses
null-pointer.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants há 3 meses
out-of-bounds-access.c Initial commit. há 4 meses
pointer-compare.c handle comparisons between pointers and arrays, handle taking address of array há 3 meses
pointer-increment.c handle postinc of pointers, comparisons between pointers and pointers/arrays, conversion of arrays to pointers há 3 meses
pointer-out-of-bounds.c handle comparisons between pointers and arrays, handle taking address of array há 3 meses
segmentation-fault.c handle array indexing and integer multiplication há 3 meses
use-after-free.c better printf(), handle initialisation of pointers and arrays from string literals há 3 meses