From f5f028df85a4b61ef3a2b78dfe5fc45b95fede8a Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Tue, 30 Sep 2008 15:18:29 +0000 Subject: [PATCH] Stacker is dead. llvm-svn: 56844 --- docs/FAQ.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/FAQ.html b/docs/FAQ.html index ed207428591..6b31d961e20 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -411,8 +411,6 @@ using llvm-gcc instead.

There is an incomplete version of a Java front end available in the java module. There is no documentation on this yet so you'll need to download the code, compile it, and try it.

-

In the stacker module is a compiler and runtime - library for the Stacker language, a "toy" language loosely based on Forth.

The PyPy developers are working on integrating LLVM into the PyPy backend so that PyPy language can translate to LLVM.