Execute SNUSP/C: Difference between revisions

m
<code>
(New page: {{implementation|SNUSP}}{{collection|RCSNUSP}}Category:C This is an interpreter for Modular SNUSP (understands @ and #), and a special enhanced non-standard mode can be activated from ...)
 
m (<code>)
Line 6:
The source code to be interpreted is specified on the command line after the keyword '''snusp''', while the keyword '''enhanced''' activates the enhanced non standard mode, and the keyword '''debug''' activates debugging mode. Normally the read instruction reads from the stdin and the write instruction writes to stdout.
 
<code c>#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Line 276:
free(field[i].s);
}
</ccode>
Anonymous user