Subset of C language with tree interpreter and bytecode compiler + VM.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Ian Piumarta e5345ff9ba handle typedef and casts 3 months ago
..
Makefile Initial commit. 4 months ago
dangling-pointer.c handle comparison of integer and pointer to variable 3 months ago
invalid-pointer.c handle typedef and casts 3 months ago
memory-leak.c Initial commit. 4 months ago
multiple-free.c Initial commit. 4 months ago
null-pointer.c Initial commit. 4 months ago
out-of-bounds-access.c Initial commit. 4 months ago
pointer-compare.c Initial commit. 4 months ago
pointer-increment.c Initial commit. 4 months ago
pointer-out-of-bounds.c Initial commit. 4 months ago
segmentation-fault.c Initial commit. 4 months ago
use-after-free.c Initial commit. 4 months ago