diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-07-27 18:26:18 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-07-27 18:26:18 -0700 |
commit | c8a3ccbeb89221d726542a89b42ddb26827af1f4 (patch) | |
tree | 56cbeba889d66d680069dad7696e835fe611ed64 /html/apps | |
parent | a56d969ec99ef66ab21709b3aa61d49d9a3dfd10 (diff) | |
download | mu-c8a3ccbeb89221d726542a89b42ddb26827af1f4.tar.gz |
5490
Diffstat (limited to 'html/apps')
-rw-r--r-- | html/apps/assort.subx.html | 4 | ||||
-rw-r--r-- | html/apps/crenshaw2-1.subx.html | 4 | ||||
-rw-r--r-- | html/apps/crenshaw2-1b.subx.html | 4 | ||||
-rw-r--r-- | html/apps/dquotes.subx.html | 4 | ||||
-rw-r--r-- | html/apps/factorial.subx.html | 4 | ||||
-rw-r--r-- | html/apps/handle.subx.html | 4 | ||||
-rw-r--r-- | html/apps/hex.subx.html | 4 | ||||
-rw-r--r-- | html/apps/pack.subx.html | 4 | ||||
-rw-r--r-- | html/apps/subx-common.subx.html | 4 | ||||
-rw-r--r-- | html/apps/survey.subx.html | 4 | ||||
-rw-r--r-- | html/apps/tests.subx.html | 4 |
11 files changed, 22 insertions, 22 deletions
diff --git a/html/apps/assort.subx.html b/html/apps/assort.subx.html index 2c468893..ac2ff46f 100644 --- a/html/apps/assort.subx.html +++ b/html/apps/assort.subx.html @@ -2,7 +2,7 @@ <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> -<title>Mu - subx/apps/assort.subx</title> +<title>Mu - apps/assort.subx</title> <meta name="Generator" content="Vim/8.1"> <meta name="plugin-version" content="vim8.1_v1"> <meta name="syntax" content="none"> @@ -58,7 +58,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> -<a href='https://github.com/akkartik/mu/blob/master/subx/apps/assort.subx'>https://github.com/akkartik/mu/blob/master/subx/apps/assort.subx</a> +<a href='https://github.com/akkartik/mu/blob/master/apps/assort.subx'>https://github.com/akkartik/mu/blob/master/apps/assort.subx</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># Read a series of segments from stdin and concatenate segments with the same</span> <span id="L2" class="LineNr"> 2 </span><span class="subxComment"># name on stdout.</span> diff --git a/html/apps/crenshaw2-1.subx.html b/html/apps/crenshaw2-1.subx.html index c7f3c335..bbc194a8 100644 --- a/html/apps/crenshaw2-1.subx.html +++ b/html/apps/crenshaw2-1.subx.html @@ -2,7 +2,7 @@ <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> -<title>Mu - subx/apps/crenshaw2-1.subx</title> +<title>Mu - apps/crenshaw2-1.subx</title> <meta name="Generator" content="Vim/8.1"> <meta name="plugin-version" content="vim8.1_v1"> <meta name="syntax" content="none"> @@ -58,7 +58,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> -<a href='https://github.com/akkartik/mu/blob/master/subx/apps/crenshaw2-1.subx'>https://github.com/akkartik/mu/blob/master/subx/apps/crenshaw2-1.subx</a> +<a href='https://github.com/akkartik/mu/blob/master/apps/crenshaw2-1.subx'>https://github.com/akkartik/mu/blob/master/apps/crenshaw2-1.subx</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># Port of <a href="https://github.com/akkartik/crenshaw/blob/master/tutor2.1.pas">https://github.com/akkartik/crenshaw/blob/master/tutor2.1.pas</a></span> <span id="L2" class="LineNr"> 2 </span><span class="subxComment"># which corresponds to the section "single digits" in <a href="https://compilers.iecc.com/crenshaw/tutor2.txt">https://compilers.iecc.com/crenshaw/tutor2.txt</a></span> diff --git a/html/apps/crenshaw2-1b.subx.html b/html/apps/crenshaw2-1b.subx.html index e4e147a8..5a064ced 100644 --- a/html/apps/crenshaw2-1b.subx.html +++ b/html/apps/crenshaw2-1b.subx.html @@ -2,7 +2,7 @@ <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> -<title>Mu - subx/apps/crenshaw2-1b.subx</title> +<title>Mu - apps/crenshaw2-1b.subx</title> <meta name="Generator" content="Vim/8.1"> <meta name="plugin-version" content="vim8.1_v1"> <meta name="syntax" content="none"> @@ -58,7 +58,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> -<a href='https://github.com/akkartik/mu/blob/master/subx/apps/crenshaw2-1b.subx'>https://github.com/akkartik/mu/blob/master/subx/apps/crenshaw2-1b.subx</a> +<a href='https://github.com/akkartik/mu/blob/master/apps/crenshaw2-1b.subx'>https://github.com/akkartik/mu/blob/master/apps/crenshaw2-1b.subx</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># Port of <a href="https://github.com/akkartik/crenshaw/blob/master/tutor2.1.pas">https://github.com/akkartik/crenshaw/blob/master/tutor2.1.pas</a></span> <span id="L2" class="LineNr"> 2 </span><span class="subxComment"># which corresponds to the section "single digits" in <a href="https://compilers.iecc.com/crenshaw/tutor2.txt">https://compilers.iecc.com/crenshaw/tutor2.txt</a></span> diff --git a/html/apps/dquotes.subx.html b/html/apps/dquotes.subx.html index 2f382698..b4a85d6e 100644 --- a/html/apps/dquotes.subx.html +++ b/html/apps/dquotes.subx.html @@ -2,7 +2,7 @@ <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> -<title>Mu - subx/apps/dquotes.subx</title> +<title>Mu - apps/dquotes.subx</title> <meta name="Generator" content="Vim/8.1"> <meta name="plugin-version" content="vim8.1_v1"> <meta name="syntax" content="none"> @@ -59,7 +59,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> -<a href='https://github.com/akkartik/mu/blob/master/subx/apps/dquotes.subx'>https://github.com/akkartik/mu/blob/master/subx/apps/dquotes.subx</a> +<a href='https://github.com/akkartik/mu/blob/master/apps/dquotes.subx'>https://github.com/akkartik/mu/blob/master/apps/dquotes.subx</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># Translate literal strings within double quotes.</span> <span id="L2" class="LineNr"> 2 </span><span class="subxComment"># Replace them with references to new variables in the data segment.</span> diff --git a/html/apps/factorial.subx.html b/html/apps/factorial.subx.html index ee50c85a..2d014e58 100644 --- a/html/apps/factorial.subx.html +++ b/html/apps/factorial.subx.html @@ -2,7 +2,7 @@ <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> -<title>Mu - subx/apps/factorial.subx</title> +<title>Mu - apps/factorial.subx</title> <meta name="Generator" content="Vim/8.1"> <meta name="plugin-version" content="vim8.1_v1"> <meta name="syntax" content="none"> @@ -57,7 +57,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> -<a href='https://github.com/akkartik/mu/blob/master/subx/apps/factorial.subx'>https://github.com/akkartik/mu/blob/master/subx/apps/factorial.subx</a> +<a href='https://github.com/akkartik/mu/blob/master/apps/factorial.subx'>https://github.com/akkartik/mu/blob/master/apps/factorial.subx</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="subxComment">## compute the factorial of 5, and return the result in the exit code</span> <span id="L2" class="LineNr"> 2 </span><span class="subxComment">#</span> diff --git a/html/apps/handle.subx.html b/html/apps/handle.subx.html index e671a275..c510087c 100644 --- a/html/apps/handle.subx.html +++ b/html/apps/handle.subx.html @@ -2,7 +2,7 @@ <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> -<title>Mu - subx/apps/handle.subx</title> +<title>Mu - apps/handle.subx</title> <meta name="Generator" content="Vim/8.1"> <meta name="plugin-version" content="vim8.1_v1"> <meta name="syntax" content="none"> @@ -59,7 +59,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> -<a href='https://github.com/akkartik/mu/blob/master/subx/apps/handle.subx'>https://github.com/akkartik/mu/blob/master/subx/apps/handle.subx</a> +<a href='https://github.com/akkartik/mu/blob/master/apps/handle.subx'>https://github.com/akkartik/mu/blob/master/apps/handle.subx</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># A sketch of Mu-style handles or kinda-safe pointers, that add a modicum of</span> <span id="L2" class="LineNr"> 2 </span><span class="subxComment"># checking to dynamically allocated memory.</span> diff --git a/html/apps/hex.subx.html b/html/apps/hex.subx.html index 9b66ab08..37772e7d 100644 --- a/html/apps/hex.subx.html +++ b/html/apps/hex.subx.html @@ -2,7 +2,7 @@ <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> -<title>Mu - subx/apps/hex.subx</title> +<title>Mu - apps/hex.subx</title> <meta name="Generator" content="Vim/8.1"> <meta name="plugin-version" content="vim8.1_v1"> <meta name="syntax" content="none"> @@ -58,7 +58,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> -<a href='https://github.com/akkartik/mu/blob/master/subx/apps/hex.subx'>https://github.com/akkartik/mu/blob/master/subx/apps/hex.subx</a> +<a href='https://github.com/akkartik/mu/blob/master/apps/hex.subx'>https://github.com/akkartik/mu/blob/master/apps/hex.subx</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># Read a text file containing whitespace-separated pairs of ascii hex bytes</span> <span id="L2" class="LineNr"> 2 </span><span class="subxComment"># from stdin, and convert them into binary bytes (octets) on stdout. Ignore</span> diff --git a/html/apps/pack.subx.html b/html/apps/pack.subx.html index f757347e..1b6eab45 100644 --- a/html/apps/pack.subx.html +++ b/html/apps/pack.subx.html @@ -2,7 +2,7 @@ <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> -<title>Mu - subx/apps/pack.subx</title> +<title>Mu - apps/pack.subx</title> <meta name="Generator" content="Vim/8.1"> <meta name="plugin-version" content="vim8.1_v1"> <meta name="syntax" content="none"> @@ -58,7 +58,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> -<a href='https://github.com/akkartik/mu/blob/master/subx/apps/pack.subx'>https://github.com/akkartik/mu/blob/master/subx/apps/pack.subx</a> +<a href='https://github.com/akkartik/mu/blob/master/apps/pack.subx'>https://github.com/akkartik/mu/blob/master/apps/pack.subx</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># Read a text file of SubX instructions from stdin, and convert it into a list</span> <span id="L2" class="LineNr"> 2 </span><span class="subxComment"># of whitespace-separated ascii hex bytes on stdout. Label definitions and</span> diff --git a/html/apps/subx-common.subx.html b/html/apps/subx-common.subx.html index d98f1749..780249d6 100644 --- a/html/apps/subx-common.subx.html +++ b/html/apps/subx-common.subx.html @@ -2,7 +2,7 @@ <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> -<title>Mu - subx/apps/subx-common.subx</title> +<title>Mu - apps/subx-common.subx</title> <meta name="Generator" content="Vim/8.1"> <meta name="plugin-version" content="vim8.1_v1"> <meta name="syntax" content="none"> @@ -59,7 +59,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> -<a href='https://github.com/akkartik/mu/blob/master/subx/apps/subx-common.subx'>https://github.com/akkartik/mu/blob/master/subx/apps/subx-common.subx</a> +<a href='https://github.com/akkartik/mu/blob/master/apps/subx-common.subx'>https://github.com/akkartik/mu/blob/master/apps/subx-common.subx</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># common helpers shared by phases of the SubX translator</span> <span id="L2" class="LineNr"> 2 </span> diff --git a/html/apps/survey.subx.html b/html/apps/survey.subx.html index f1b2f36a..0ebd542a 100644 --- a/html/apps/survey.subx.html +++ b/html/apps/survey.subx.html @@ -2,7 +2,7 @@ <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> -<title>Mu - subx/apps/survey.subx</title> +<title>Mu - apps/survey.subx</title> <meta name="Generator" content="Vim/8.1"> <meta name="plugin-version" content="vim8.1_v1"> <meta name="syntax" content="none"> @@ -59,7 +59,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> -<a href='https://github.com/akkartik/mu/blob/master/subx/apps/survey.subx'>https://github.com/akkartik/mu/blob/master/subx/apps/survey.subx</a> +<a href='https://github.com/akkartik/mu/blob/master/apps/survey.subx'>https://github.com/akkartik/mu/blob/master/apps/survey.subx</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># Assign addresses (co-ordinates) to instructions (landmarks) in a program</span> <span id="L2" class="LineNr"> 2 </span><span class="subxComment"># (landscape).</span> diff --git a/html/apps/tests.subx.html b/html/apps/tests.subx.html index 09cfe679..cb3f896d 100644 --- a/html/apps/tests.subx.html +++ b/html/apps/tests.subx.html @@ -2,7 +2,7 @@ <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> -<title>Mu - subx/apps/tests.subx</title> +<title>Mu - apps/tests.subx</title> <meta name="Generator" content="Vim/8.1"> <meta name="plugin-version" content="vim8.1_v1"> <meta name="syntax" content="none"> @@ -56,7 +56,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> -<a href='https://github.com/akkartik/mu/blob/master/subx/apps/tests.subx'>https://github.com/akkartik/mu/blob/master/subx/apps/tests.subx</a> +<a href='https://github.com/akkartik/mu/blob/master/apps/tests.subx'>https://github.com/akkartik/mu/blob/master/apps/tests.subx</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># Generate code for a new function called 'run-tests' which calls in sequence</span> <span id="L2" class="LineNr"> 2 </span><span class="subxComment"># all functions starting with 'test-'.</span> |