From cdd7596fe77edfd2cc655dbd22bca0949d82ead2 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 1 Aug 2024 01:54:40 +0200 Subject: updated URL of the CSNOBOL4 website --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6df1cbd..09edefe 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ are merely quick and dirty hacks that accumulated on my hard drive :-). ## EBNF -`ebnf.sno` is a [CSNOBOL4](http://www.snobol4.org/csnobol4/) program that compiles +`ebnf.sno` is a [CSNOBOL4](http://www.regressive.org/snobol4/csnobol4/) program that compiles extended BNF descriptions into GNU pic code using macros from `syntax.pic`. This effectively allows you to embed EBNF grammars in Groff source code and have it rendered as (box and arrow) syntax diagrams. @@ -65,7 +65,7 @@ Just like `highlight.lua`, you can specify a file name directly after the langua ## HIGHLIGHT (SNOBOL4) -`highlight.sno` is a small preprocessor written in [CSNOBOL4](http://www.snobol4.org/csnobol4/) +`highlight.sno` is a small preprocessor written in [CSNOBOL4](http://www.regressive.org/snobol4/csnobol4/) that processes blocks of source code embedded in your Groff document with [GNU Source-highlight](http://www.gnu.org/software/src-highlite/) to produce syntax highlighted text. -- cgit v1.2.3