Subset of C language with tree interpreter and bytecode compiler + VM.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
Ian Piumarta c4ded90303 better printf(), handle initialisation of pointers and arrays from string literals 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 handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants 3 个月前
multiple-free.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants 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 handle comparisons between pointers and arrays, handle taking address of array 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 个月前
use-after-free.c better printf(), handle initialisation of pointers and arrays from string literals 3 个月前