Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Update links to LLL compiler and document #459

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions source/contracts-and-transactions/contracts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ Serpent is a language similar to Python which can be used to develop contracts a
LLL
--------------------------------------------------------------------------------

`Lisp Like Language (LLL) <https://github.com/ethereum/libethereum/tree/develop/liblll>`_ is a low level language similar to Assembly. It is meant to be very simple and minimalistic; essentially just a tiny wrapper over coding in EVM directly.
`Lisp Like Language (LLL) <https://lll-docs.readthedocs.io/en/latest/index.html>`_ is a low level language similar to Assembly. It is meant to be very simple and minimalistic; essentially just a tiny wrapper over coding in EVM directly.

* `LIBLLL in GitHub <https://github.com/ethereum/libethereum/tree/develop/liblll>`_
* `LIBLLL in GitHub <https://github.com/ethereum/solidity/tree/develop/liblll>`_
* `Examples of LLL <https://www.reddit.com/r/ethereum/comments/3secu1/anyone_have_a_copy_of_the_old_lll_tutorials/>`_

Mutan (deprecated)
Expand Down