|
|
|
@ -42,7 +42,9 @@ body { |
|
|
|
|
</head> |
|
|
|
|
<body> |
|
|
|
|
<h1>Solidity realtime compiler</h1> |
|
|
|
|
Source code on the left, compiled code and AST on the right (or error). |
|
|
|
|
Source code on the left, compiled code and AST on the right (or error).<br/> |
|
|
|
|
<b>Note:</b> Chrome/Chromium currently reports "Uncaught JavaScript Exception". |
|
|
|
|
To work around this problem, enable the debug console (Ctrl+Shift+i) and reload. |
|
|
|
|
<div id="optimizeBox"> |
|
|
|
|
<input id="optimize" type="checkbox" checked="checked"><label for="optimize">optimize</label> |
|
|
|
|
</div> |
|
|
|
|