Menu

Tree [53bc11] master /
 History

HTTPS access


File Date Author Commit
 examples 2012-05-12 shintakezou shintakezou [5317a5] first (and last!) setup of what I had on the hd
 COPYING 2012-05-12 shintakezou shintakezou [5317a5] first (and last!) setup of what I had on the hd
 README 2012-05-12 shintakezou shintakezou [5317a5] first (and last!) setup of what I had on the hd
 snuspi.c 2012-05-12 shintakezou shintakezou [53bc11] clean relic from the enhanced ...
 snuspi.h 2012-05-12 shintakezou shintakezou [5317a5] first (and last!) setup of what I had on the hd

Read Me

ABOUT
=====

SNUSP is an esolanguage, you can find more info on Internet, e.g.
http://esolangs.org/wiki/SNUSP

This interpreter implements the Modular SNUSP

Usage from the command line is very simple

./snuspi snusp FILE [debug]

where FILE is the source file, and 'snusp' the option that requires the FILE
name after it.



COMPILING
=========

As simple as

gcc snuspi.c

Add options as you prefer.


NOTES (2012)
============

I've written this interpreter years ago; if I remember well, it was
my first contribution to the RosettaCode wiki

http://rosettacode.org/wiki/RCSNUSP/C

In this snapshot I've removed the support for the "enhanced" version,
I've moved something in the header and used C99 bool type.