mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			521 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			521 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| ###
 | |
| 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.
 | |
| 
 | |
| It is not built unless specifically requested:
 | |
| 
 | |
| .. code-block:: bash
 | |
| 
 | |
|     $ cmake -DLLL=ON ..
 | |
|     $ cmake --build .
 | |
| 
 | |
| .. warning::
 | |
| 
 | |
|     The LLL codebase is deprecated and will be removed from the Solidity repository in the future.
 |