zsaleeba / picoc

A very small C interpreter
1.45k stars 183 forks source link

Examples or showcases #4

Open fabriziogiordano opened 9 years ago

fabriziogiordano commented 9 years ago

Thank you, it is a very nice project. Do you have some examples built using picoc?

jagtesh commented 9 years ago

Take a look at the c files in the /tests folder. There are several hundred examples which should give you an accurate feel of what the interpreter can do.