From 8d7fd90593bf99519f9a0b7b23867a90b1146577 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Tue, 10 Dec 2019 23:51:19 +0000 Subject: [PATCH] Remove LLL from docs --- docs/index.rst | 1 - docs/lll.rst | 21 --------------------- 2 files changed, 22 deletions(-) delete mode 100644 docs/lll.rst diff --git a/docs/index.rst b/docs/index.rst index 199243018..6610b5217 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -104,4 +104,3 @@ Contents common-patterns.rst bugs.rst contributing.rst - lll.rst diff --git a/docs/lll.rst b/docs/lll.rst deleted file mode 100644 index 16be829e6..000000000 --- a/docs/lll.rst +++ /dev/null @@ -1,21 +0,0 @@ -### -LLL -### - -.. _lll: - -LLL is a low-level language for the EVM with an s-expressions syntax. - -The Solidity repository contains an LLL compiler, which shares the assembler subsystem with Solidity. -However, apart from maintaining that it still compiles, no other improvements are made to it. - -It is not built unless specifically requested: - -.. code-block:: bash - - $ cmake -DLLL=ON .. - $ cmake --build . - -.. warning:: - - The LLL codebase is deprecated and will be removed from the Solidity repository in the future.