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 2f2d130c80 Initial commit. 4 months ago
..
Makefile Initial commit. 4 months ago
dangling-pointer.c Initial commit. 4 months ago
invalid-pointer.c Initial commit. 4 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