git @ Cat's Eye Technologies Carriage / master demo / carriage.html
master

Tree @master (Download .tar.gz)

carriage.html @masterraw · history · blame

<!DOCTYPE html>
<!--
SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
For more information, please refer to <https://unlicense.org/>
SPDX-License-Identifier: Unlicense
-->
<head>
  <meta charset="utf-8">
  <title>Carriage interpreter</title>
</head>
<body>

<h1>Carriage interpreter</h1>

<p>(Language.Carriage 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="carriage.js"></script>
<script>
launch({
    container: document.getElementById('installation'),
    initialOption: "trivial.carriage"
});
</script>
</body>