aboutsummaryrefslogtreecommitdiffstats
path: root/docs/lll.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/lll.rst')
-rw-r--r--docs/lll.rst14
1 files changed, 14 insertions, 0 deletions
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.