Macro SNOBOL4 in C: Difference between revisions

From Rosetta Code
Content added Content deleted
(Implementation Macro SNOBOL4 in C added)
 
m (Maintainer added. Formatting corrected.)
Line 2: Line 2:


A port of Macro SNOBOL4 (The original Bell Telephone Labs implementation, written in SIL macros) for machines with 32-bit (or larger) pointers.
A port of Macro SNOBOL4 (The original Bell Telephone Labs implementation, written in SIL macros) for machines with 32-bit (or larger) pointers.

Supports full SNOBOL4 language plus SPITBOL and other extensions.
Supports full SNOBOL4 language plus SPITBOL and other extensions.

Maintainer: Phil Budne

[http://www.snobol4.org/csnobol4/curr/ Main site]
[http://www.snobol4.org/csnobol4/curr/ Main site]

Revision as of 15:51, 13 April 2010

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Macro SNOBOL4 in C is an implementation of SNOBOL4. Other implementations of SNOBOL4.

A port of Macro SNOBOL4 (The original Bell Telephone Labs implementation, written in SIL macros) for machines with 32-bit (or larger) pointers.

Supports full SNOBOL4 language plus SPITBOL and other extensions.

Maintainer: Phil Budne

Main site