Subset of C language with tree interpreter and bytecode compiler + VM.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
Ian Piumarta 30e9c9ba21 handle postinc of pointers, comparisons between pointers and pointers/arrays, conversion of arrays to pointers 3 miesięcy temu
..
Makefile Initial commit. 4 miesięcy temu
dangling-pointer.c handle comparison of integer and pointer to variable 4 miesięcy temu
invalid-pointer.c improve error message for invalid assignments 4 miesięcy temu
memory-leak.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants 4 miesięcy temu
multiple-free.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants 4 miesięcy temu
null-pointer.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants 4 miesięcy temu
out-of-bounds-access.c Initial commit. 4 miesięcy temu
pointer-compare.c Initial commit. 4 miesięcy temu
pointer-increment.c handle postinc of pointers, comparisons between pointers and pointers/arrays, conversion of arrays to pointers 3 miesięcy temu
pointer-out-of-bounds.c Initial commit. 4 miesięcy temu
segmentation-fault.c handle array indexing and integer multiplication 4 miesięcy temu
use-after-free.c handle array indexing and integer multiplication 4 miesięcy temu