From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- support/syngen/README | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 support/syngen/README (limited to 'support/syngen/README') diff --git a/support/syngen/README b/support/syngen/README new file mode 100644 index 0000000000..bba3f5ea9a --- /dev/null +++ b/support/syngen/README @@ -0,0 +1,47 @@ +Syngen: is a tool for generating syntax diagrams from BNF. The diagrams + are using the LaTeX picture mode and can therefore be integrated + in every LaTeX2e document. + +Version: 0.4, but fairly stable + +Author: Jens Kl"ocker (kloecker@springer.de) + +Contents: src/ -- the complete source code for syngen + bin/ -- two compiled versions: + bin/linux-elf/ - one for Linux in ELF format + bin/bytecode/ - and one bytecode program, executable + only with cslrun + doc/ -- the users manual (dvi, ps) + +Status: Freeware, but if you find it useful please write a nice + postcard to me: Jens Kl"ocker + Gro"se Ringstra"se 27 + 69207 Sandhausen + +Installation +------------ + +1. If possible pick up a binary from bin/ and copy it to a + appropriate position -- that's all. At this time there is + only one for Linux in ELF binary format. If you like, you + can also use the manpage src/syngen.m and install it. + +2. If you don't find a binary for your system, you can use + either the ready compiled bytecode program together with + cslrun or compile syngen for your system: + + edit src/Makefile + make native (for the native code version) + make install + +Caml Special Light +------------------ + +Caml Special Light (CSL) was an experimental ML implementation, written +at INRIA, France, by Xavier Leroy. It is now obsolete -- the +new system is Objective Caml. + +However, you should still get a version of CSL from INRIA. Look at + + host: ftp.inria.fr + directory: lang/caml-light -- cgit v1.2.3