Subset of C language with tree interpreter and bytecode compiler + VM.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
Ian Piumarta 18caf89d77 include file name and line number in syntax error messages pirms 3 mēnešiem
..
Makefile Initial commit. pirms 4 mēnešiem
dangling-pointer.c handle comparison of integer and pointer to variable pirms 3 mēnešiem
invalid-pointer.c improve error message for invalid assignments pirms 3 mēnešiem
memory-leak.c be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 pirms 3 mēnešiem
multiple-free.c be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 pirms 3 mēnešiem
null-pointer.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants pirms 3 mēnešiem
out-of-bounds-access.c Initial commit. pirms 4 mēnešiem
pointer-compare.c include file name and line number in syntax error messages pirms 3 mēnešiem
pointer-increment.c handle postinc of pointers, comparisons between pointers and pointers/arrays, conversion of arrays to pointers pirms 3 mēnešiem
pointer-out-of-bounds.c handle comparisons between pointers and arrays, handle taking address of array pirms 3 mēnešiem
segmentation-fault.c handle array indexing and integer multiplication pirms 3 mēnešiem
uninitialised.c add test for access to uninitialised variable pirms 3 mēnešiem
use-after-free-2.c add use-after-free test for common linked list deallocation bug pirms 3 mēnešiem
use-after-free.c handle typedefs of anonymous structures pirms 3 mēnešiem