Add LLL chapter in the documentation

This commit is contained in:
Alex Beregszaszi
2018-11-13 15:14:10 +00:00
parent c237013911
commit 4c98a6a2a3
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -88,3 +88,4 @@ Contents
bugs.rst
contributing.rst
frequently-asked-questions.rst
lll.rst
+14
View File
@@ -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.