Here are sources of Refal-5 VERSION-PZ/Version ПѮ.
Version 2 September 2023.

In the case the local in the operating system Linux x86_64 is installed as following 
the enviroment variable LANG is 'ru_' s.R s.U '.UTF-8' (i.e. Russian and utf-8 encoding), 
then the Refal-5 version is specified as Version ПѮ and some of programs included in the distributive
will contact to user, using Russian. 
This version is still supporeted only in the enviroment of the Linux x86_64 operating system.

There are a number of makefiles: 
 makefile.win, makefile.lin and other makefile.* .

************************** TO COMPILE. **********************************
Windows-NT, Windows 2000, Windows XP:
    -1- Windows-NT> copy makefile.win makefile
    -2- Windows-NT> nmake

Linux/Intel:
    -1- Linux> cp makefile.lin to makefile
    -2- Linux> make

FreeBSD/Intel:
    -1- Linux> cp makefile.lin to makefile
    -2- Linux> gmake

*************************************************************************

---Content---

========== *.c =======
alpha.c
arithm.c
bif.c
bif_lex.c
dcom.c
dimpl.c 
dtrace.c 
freeze.c  
func1.c
func2.c  
lex.c    
load.c
macros.c 
parser.c 
pass2.c  
rc.c     
rc5.c
rcaux.c  
rcleft.c 
rcopt.c   
refaux.c 
refgo.c   
refio.c   
ri.c    
rti.c
see1.c
see2.c
see2a.c 
sem.c    
sysfun.c 
trace.c   
version.c 
vyvod.c  
xml2ref.c 
xxx.c     
xxx1.c   ---

========= *.h ==============
alph_tab.h
arithm.h
bif_lex.h
cdecl.h
cfunc.h
ddecl.h
decl.h
dmacro.h 
fileio.h 
freeze.h 
ifunc.h  
junk.h
ldecl.h  
macros.h 
memory.h 
rasl.h   
tfunc.h  
version.h --
xmlparse.h -- canceled 

========== *.dll =============
              --- Dynamic XML-libraries for Windows NT.
xmlparse.dll
xmltok.dll

========== *.lib =============
              --- XML-libraries for Windows NT.
xmlparse.lib
xmltok.lib

========== linux/libxml* ===========
              --- XML-libraries for LINUX. --- canceled
libxml.so.1.8.7
libxmlparse.a
libxmlparse.so.1.1
libxmltok.a
libxmltok.so.1.1

========== linux/libxml* ===========
              --- Batch modules for LINUX. --- canceled
LinuxXMLLib       -- To link libraries.
LinuxXMLLib.del   -- To unlink libraries.
LinuxXMLLib.root  -- To open libraries.

========== *.lnk =============
refc.lnk
refgo.lnk
reftr.lnk

========== *.ref =============
reflib.ref    -- Refal5 library.
e.ref         -- Evaluator of Refal expressions.
mbprep.ref    -- Multibracket preprocessor.
test.ref      -- A test for the Refal-5 system.
refpp.ref     -- Refal-5 preprocessor replacing unicode-symbol synonyms by corresponding utf-8 byte sequences.
                 macros_h.ref  -- A sample Refal-5 program demonstrating the macros language.

========== unicode/* ===========
original-unicode_js.htm  -- The original version of the unicode-symbol synonym table
                            take from <https://www.babelstone.co.uk/Unicode/unicode.js>, Latest Version : 2022-11-15.
unicode_js.htm           -- A shortened version of the the unicode-symbol synonym table.
bak-unicode_js.htm       -- bakup

========== utilities/* ===========
...crefal/* ....
          crefal.rsl   -- Another compiler from refal-5 to its intermediate rsl-language that is to be interpreted.
          news.txt     -- News of the crefal version.
          install.txt  -- Help how to install crefal.
          install.ref  -- Installer of crefal.
..........doc/* ....
          install.lst  -- file needed by the crefal installer.     
..........test/test.ref  -- -- A test of the compiler crefal.
...prefal/* ....
          prefal.rsl   -- Refal-5 self-parser.
          read.me      -- Help how to use the parser.
          output.txt   -- Output syntax of the parser prefal.
.c-prefal/* ....
          c-prefal.rsl      -- Transformer the result of parsing of a given Refal-5 program by the self-parser prefal back to Refal-5.
          c-prefal-read.me  -- Help how to launch both prefal and c-prefal.
          cprefal-test.ref  -- Help how to launch and use the c-prefal unility.
          cp-test.ref       -- A test for the c-prefal/prefal unility.
          prefal.rsl        -- Refal-5 self-parser needed for testing c-prefal.

========== *.txt =============
readme.txt    -- This file.
bf.txt        -- Guide to Writing a Built in Function for Refal-5.
rdhelp.txt    -- Refal-5 tracer commands.
news.txt      -- News of the version.                         -- Найти!!!!
readme        -- Help how to install and to use Refal-5.      
install.txt   -- Help how to install Refal-5.
copyright.txt -- The REFAL-5 VERSION-PZ/Version ПѮ Copyright.

***************** NOTES **************************************
 - This version is not supported under MS-DOS.
**************************************************************
