all repos — hex @ bdf08a358162c99d39af89eff9868ddc72fb1d49

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

web/contents/play.html

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
<article>
    <h2>Playground</h2>
    <section>
      <section></section>
      <aside>
        <span>&gt;&nbsp;</span>
        <input id="prompt" type="text" autofocus placeholder="Enter hex code here..."/>
      </aside>
    </section>
</article>
<script src="/assets/hex.js"></script>