aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-11-13 23:15:52 +0800
committerGitHub <noreply@github.com>2018-11-13 23:15:52 +0800
commit32d252ff880656c4cd18311d021d95e53293bbf7 (patch)
tree25956c5e4624b46f7bc018b46a79ec49c73b828d
parentaa7dc60ef644c01907e132e6d5720ffddf7c9e97 (diff)
parent4c98a6a2a300014ca85f5fed3e4c8b8554981596 (diff)
downloaddexon-solidity-32d252ff880656c4cd18311d021d95e53293bbf7.tar
dexon-solidity-32d252ff880656c4cd18311d021d95e53293bbf7.tar.gz
dexon-solidity-32d252ff880656c4cd18311d021d95e53293bbf7.tar.bz2
dexon-solidity-32d252ff880656c4cd18311d021d95e53293bbf7.tar.lz
dexon-solidity-32d252ff880656c4cd18311d021d95e53293bbf7.tar.xz
dexon-solidity-32d252ff880656c4cd18311d021d95e53293bbf7.tar.zst
dexon-solidity-32d252ff880656c4cd18311d021d95e53293bbf7.zip
Merge pull request #5411 from ethereum/lll-docs
Add LLL chapter in the documentation
-rw-r--r--docs/index.rst1
-rw-r--r--docs/lll.rst14
2 files changed, 15 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index b60ea06d..17abf4b2 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -88,3 +88,4 @@ Contents
bugs.rst
contributing.rst
frequently-asked-questions.rst
+ lll.rst
diff --git a/docs/lll.rst b/docs/lll.rst
new file mode 100644
index 00000000..d9409bf8
--- /dev/null
+++ b/docs/lll.rst
@@ -0,0 +1,14 @@
+###
+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.
+
+.. warning::
+
+ The LLL codebase is deprecated and will be removed from the Solidity repository in the future.