Macro SNOBOL4 in C: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Maintainer added. Formatting corrected.)
m (update main site URL)
 
Line 7: Line 7:
Maintainer: Phil Budne
Maintainer: Phil Budne


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

Latest revision as of 17:36, 2 April 2022

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