Subset of C language with tree interpreter and bytecode compiler + VM.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
Ian Piumarta 18caf89d77 include file name and line number in syntax error messages 3 ay önce
..
Makefile Initial commit. 4 ay önce
dangling-pointer.c handle comparison of integer and pointer to variable 3 ay önce
invalid-pointer.c improve error message for invalid assignments 3 ay önce
memory-leak.c be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 3 ay önce
multiple-free.c be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 3 ay önce
null-pointer.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants 3 ay önce
out-of-bounds-access.c Initial commit. 4 ay önce
pointer-compare.c include file name and line number in syntax error messages 3 ay önce
pointer-increment.c handle postinc of pointers, comparisons between pointers and pointers/arrays, conversion of arrays to pointers 3 ay önce
pointer-out-of-bounds.c handle comparisons between pointers and arrays, handle taking address of array 3 ay önce
segmentation-fault.c handle array indexing and integer multiplication 3 ay önce
uninitialised.c add test for access to uninitialised variable 3 ay önce
use-after-free-2.c add use-after-free test for common linked list deallocation bug 3 ay önce
use-after-free.c handle typedefs of anonymous structures 3 ay önce