-
Notifications
You must be signed in to change notification settings - Fork 6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5411 from ethereum/lll-docs
Add LLL chapter in the documentation
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,3 +88,4 @@ Contents | |
bugs.rst | ||
contributing.rst | ||
frequently-asked-questions.rst | ||
lll.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |