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 18caf89d77 include file name and line number in syntax error messages пре 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 be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 пре 3 месеци
multiple-free.c be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 пре 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 include file name and line number in syntax error messages пре 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 месеци
uninitialised.c add test for access to uninitialised variable пре 3 месеци
use-after-free-2.c add use-after-free test for common linked list deallocation bug пре 3 месеци
use-after-free.c handle typedefs of anonymous structures пре 3 месеци