zsaleeba / picoc

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

Reset Picoc_Struct state #26

Open klopp opened 8 years ago

klopp commented 8 years ago

Implementation of PicocResetState()? Dumb is PicocCleanup/PicocInitialise pair, but...

PicocPlatformScanFile( &pc, "file.1.c" );
PicocCallMain( &pc );

/* --- ??? --- */
PicocResetState( &pc );
/* --- ??? --- */

PicocPlatformScanFile( &pc, "file.2.c" );
PicocCallMain( &pc );