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 3c5913ff9a handle sizeof() and malloc() 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 improve error message for invalid assignments 3 months ago
memory-leak.c handle sizeof() and malloc() 3 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