summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2011-07-11 12:08:19 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2011-07-11 12:08:19 +0000
commit54617df3382f659a62acff814f0514375ffc2304 (patch)
tree71f9eade5692cb19217923123db35ddaa497ec9f /INSTALL
parentbf3e83a125640b3849c552f18b28e6f2c42811da (diff)
downloadgcc-54617df3382f659a62acff814f0514375ffc2304.tar.gz
typos
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@176149 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL/README-MELT-PLUGIN5
1 files changed, 4 insertions, 1 deletions
diff --git a/INSTALL/README-MELT-PLUGIN b/INSTALL/README-MELT-PLUGIN
index 8242c1f68ba..145e1caf35f 100644
--- a/INSTALL/README-MELT-PLUGIN
+++ b/INSTALL/README-MELT-PLUGIN
@@ -5,7 +5,10 @@ See also http://gcc.gnu.org/wiki/MELT and http://gcc-melt.org/
MELT is a plugin and domain specific language for extending GCC (the
Gnu Compiler Collection), free software GPLv3+ licensed, FSF
-copyrighted.
+copyrighted. MELT is a lispy, high-level, language providing pattern
+matching and enabling functional/applicative/reflective programming
+styles, to ease development of GCC extensions. MELT is translated to
+C code (and the MELT translator is implemented in MELT).
If installing MELT as plugin to some existing gcc-4.6 installation
tree, with the support of plugins enabled.