Merge pull request #5411 from ethereum/lll-docs

Add LLL chapter in the documentation
This commit is contained in:
chriseth 2018-11-13 16:15:52 +01:00 committed by GitHub
commit 32d252ff88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 0 deletions

View File

@ -88,3 +88,4 @@ Contents
bugs.rst
contributing.rst
frequently-asked-questions.rst
lll.rst

14
docs/lll.rst Normal file
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.