diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-10-29 22:39:47 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-10-29 22:39:47 -0700 |
commit | efae9496be7fec29baeffacb5c458b3534e71584 (patch) | |
tree | 26f4a8c13c8034c986a7f65583a19d8843f26134 /html/apps/mulisp.subx.html | |
parent | 6c9450b5d14abd8471462130850c764097858c1f (diff) | |
download | mu-efae9496be7fec29baeffacb5c458b3534e71584.tar.gz |
5723
Diffstat (limited to 'html/apps/mulisp.subx.html')
-rw-r--r-- | html/apps/mulisp.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/mulisp.subx.html b/html/apps/mulisp.subx.html index ee20959a..3eaf0380 100644 --- a/html/apps/mulisp.subx.html +++ b/html/apps/mulisp.subx.html @@ -59,7 +59,7 @@ if ('onhashchange' in window) { <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># Toy lisp interpreter. Incomplete.</span> <span id="L2" class="LineNr"> 2 </span><span class="subxComment">#</span> <span id="L3" class="LineNr"> 3 </span><span class="subxComment"># To run:</span> -<span id="L4" class="LineNr"> 4 </span><span class="subxComment"># $ ./ntranslate init.linux 0*.subx apps/subx-params.subx apps/mulisp.subx</span> +<span id="L4" class="LineNr"> 4 </span><span class="subxComment"># $ ./ntranslate init.linux 0*.subx apps/mulisp.subx</span> <span id="L5" class="LineNr"> 5 </span><span class="subxComment"># $ ./a.elf</span> <span id="L6" class="LineNr"> 6 </span><span class="subxComment"># 42</span> <span id="L7" class="LineNr"> 7 </span><span class="subxComment"># => 42</span> |