Skip to content

Commit

Permalink
Merge pull request #5411 from ethereum/lll-docs
Browse files Browse the repository at this point in the history
Add LLL chapter in the documentation
  • Loading branch information
chriseth authored Nov 13, 2018
2 parents aa7dc60 + 4c98a6a commit 32d252f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,4 @@ Contents
bugs.rst
contributing.rst
frequently-asked-questions.rst
lll.rst
14 changes: 14 additions & 0 deletions docs/lll.rst
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 32d252f

Please sign in to comment.