summaryrefslogtreecommitdiff
path: root/gcc/melt/README-MELT
blob: 3bdba9fdec459d62077a7466ea2dd2144cc021ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## file melt/README.melt in melt-branch of GCC

Please read the wiki page on http://gcc.gnu.org/wiki/MiddleEndLispTranslator
and my GCC summit 2007 paper 
Multi-stage construction of a global static analyser by Basile Starynkevitch, pages 143 - 152

This directory contains melt files. MELT is a dialect of Lisp compiled
into C code which should be compilable with the appropriate -fPIC and
-I options (perhaps using some melt-private-headers directory containing
the required *.h files from GCC source tree needed to compile the MELT
generated C code).

The MELT source files -a lisp like code- are *.melt and used to be
.bysl before April 9th 2009 (MELT branch rev 145716)

See the gcc/doc/melt.texi  file.

#### comments and questions to <basile@starynkevitch.net> 


##################################################################