Skip to content

Add LLL chapter in the documentation #5411

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really want to add another high level entry to the toc?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really want to add another high level entry to the toc?

Yes, that is the easy way to find it. I hope we remove all of LLL with 0.6.0.

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.