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 93e8020fff handle array indexing and integer multiplication pirms 4 mēnešiem
..
Makefile Initial commit. pirms 4 mēnešiem
dangling-pointer.c handle comparison of integer and pointer to variable pirms 4 mēnešiem
invalid-pointer.c improve error message for invalid assignments pirms 4 mēnešiem
memory-leak.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants pirms 4 mēnešiem
multiple-free.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants pirms 4 mēnešiem
null-pointer.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants pirms 4 mēnešiem
out-of-bounds-access.c Initial commit. pirms 4 mēnešiem
pointer-compare.c Initial commit. pirms 4 mēnešiem
pointer-increment.c Initial commit. pirms 4 mēnešiem
pointer-out-of-bounds.c Initial commit. pirms 4 mēnešiem
segmentation-fault.c handle array indexing and integer multiplication pirms 4 mēnešiem
use-after-free.c handle array indexing and integer multiplication pirms 4 mēnešiem