git @ Cat's Eye Technologies Robin / env-experiment demo / index.html
env-experiment

Tree @env-experiment (Download .tar.gz)

index.html @env-experimentraw · 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>