diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2000-04-18 15:46:17 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2000-04-18 15:46:17 +0000 |
commit | be8f5c9c50e3001965f1e8c6810bb35c38b7741c (patch) | |
tree | b9041a78d7a167854a109c13c49c31f823f16bb3 /lang/smarteiffel/pkg-descr | |
parent | D'oh. I forgot to add "$@" to the vmware command line. (diff) |
New port for SmallEiffel, the GNU Eiffel Compiler.
PR: ports/17407
Submitted by: Berend de Boer <berend@pobox.com>
Diffstat (limited to 'lang/smarteiffel/pkg-descr')
-rw-r--r-- | lang/smarteiffel/pkg-descr | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lang/smarteiffel/pkg-descr b/lang/smarteiffel/pkg-descr new file mode 100644 index 000000000000..84124e55d8de --- /dev/null +++ b/lang/smarteiffel/pkg-descr @@ -0,0 +1,21 @@ +SmallEiffel The GNU Eiffel Compiler is a free open-source Eiffel +compiler distributed under the terms of the GNU General Public License +as published by the Free Software Foundation. It is a complete, small +and very fast, free Eiffel compiler. + +It is available for a very wide range of platforms. In fact, +SmallEiffel should run on any platform for which an ANSI C - POSIX +compiler or a standard JVM exists. + +The current distribution includes an Eiffel to C compiler, an Eiffel +to Java bytecode compiler, a documentation tool, a pretty printer and +various other tools, with their sources. + +SmallEiffel features an innovative strategy involving whole system +analysis which allows compilation to be often faster than the +incremental compilation of traditional compilers. + +WWW: http://smalleiffel.loria.fr/index.hmtl + +- Berend +berend@pobox.com |