git @ Cat's Eye Technologies Wagon / 1.0-2021.0728 demo / wagon.html
1.0-2021.0728

Tree @1.0-2021.0728 (Download .tar.gz)

wagon.html @1.0-2021.0728raw · history · blame

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

<h1>Wagon interpreter</h1>

<p>(Language.Wagon compiled to .js by <code>hastec</code>, running in HTML5 document)</p>

<div id="installation"></div>

<script src="../eg/examplePrograms.jsonp.js"></script>
<script src="hastec-launcher.js"></script>
<script src="wagon.js"></script>
<script>
launch({
    container: document.getElementById('installation'),
    initialOption: "reverse0.wagon"
});
</script>
</body>