Subset of C language with tree interpreter and bytecode compiler + VM.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
Ian Piumarta 93e8020fff handle array indexing and integer multiplication 4ヶ月前
..
Makefile Initial commit. 4ヶ月前
dangling-pointer.c handle comparison of integer and pointer to variable 4ヶ月前
invalid-pointer.c improve error message for invalid assignments 4ヶ月前
memory-leak.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants 4ヶ月前
multiple-free.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants 4ヶ月前
null-pointer.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants 4ヶ月前
out-of-bounds-access.c Initial commit. 4ヶ月前
pointer-compare.c Initial commit. 4ヶ月前
pointer-increment.c Initial commit. 4ヶ月前
pointer-out-of-bounds.c Initial commit. 4ヶ月前
segmentation-fault.c handle array indexing and integer multiplication 4ヶ月前
use-after-free.c handle array indexing and integer multiplication 4ヶ月前