git @ Cat's Eye Technologies Robin / develop-0.7 demo / index.html
develop-0.7

Tree @develop-0.7 (Download .tar.gz)

index.html @develop-0.7raw · history · blame

<!DOCTYPE html>
<head>
  <meta charset="utf-8">
  <title>Robin interpreter</title>
</head>
<body>

<h1>Robin interpreter</h1>

<div id="installation">
  <textarea id="prog" rows="10" cols="80"></textarea>
  <div><button id="run-button">Run</button></div>
  <pre id="result"></pre>
</div>

<script src="robin.js"></script>
</body>