blob: bba3f5ea9acac5a9cba3fde60fad71e18dc41448 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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
|