Subset of C language with tree interpreter and bytecode compiler + VM.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
Ian Piumarta 18caf89d77 include file name and line number in syntax error messages 3ヶ月前
..
Makefile Initial commit. 4ヶ月前
dangling-pointer.c handle comparison of integer and pointer to variable 3ヶ月前
invalid-pointer.c improve error message for invalid assignments 3ヶ月前
memory-leak.c be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 3ヶ月前
multiple-free.c be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 3ヶ月前
null-pointer.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants 3ヶ月前
out-of-bounds-access.c Initial commit. 4ヶ月前
pointer-compare.c include file name and line number in syntax error messages 3ヶ月前
pointer-increment.c handle postinc of pointers, comparisons between pointers and pointers/arrays, conversion of arrays to pointers 3ヶ月前
pointer-out-of-bounds.c handle comparisons between pointers and arrays, handle taking address of array 3ヶ月前
segmentation-fault.c handle array indexing and integer multiplication 3ヶ月前
uninitialised.c add test for access to uninitialised variable 3ヶ月前
use-after-free-2.c add use-after-free test for common linked list deallocation bug 3ヶ月前
use-after-free.c handle typedefs of anonymous structures 3ヶ月前