Drop support for Mercurial and for "html doc dynamic markup".
Chris Pressey
5 years ago
0 | |
9ac751eb830b57fcac87626a1e3b4beccf43503a rel_1_0_2007_0602
|
1 | |
21f8b8616d375455c1a0bc895af6fd46ca5a7157 rel_1_0_2010_0721
|
2 | |
77e9469f32f7b805d491e3b0d50f8803ff5009c0 rel_1_0_2011_1214
|
3 | |
9f21a84426276ee47169dd9880ed7bd5692a8d86 rel_1_0_2012_1028
|
0 | |
Xigxag
|
1 | |
======
|
2 | |
|
3 | |
This is the reference distribution for the Xigxag string-copying automaton.
|
4 | |
|
5 | |
For a definition of the Xigxag automaton, see the file `xigxag.html` in
|
6 | |
the `doc` directory. (I didn't convert it from HTML to Markdown because
|
7 | |
it has a lot of mathematical-type markup, like subscripts and superscripts,
|
8 | |
that don't have equivalents in core Markdown, and the main advantage of it
|
9 | |
being in Markdown is so that it can be viewed directly on Github and
|
10 | |
Bitbucket. It should probably be converted to some more mathematically-
|
11 | |
oriented markup language at some point, I suppose.)
|
12 | |
|
13 | |
This distribution also contains an "interpreter" for Xigxag, written in
|
14 | |
Perl, as `xigxag.pl` in the `src` directory.
|
15 | |
|
16 | |
All of these materials are in the public domain; see the file UNLICENSE
|
17 | |
in the distribution's root directory for more information.
|
|
0 |
Xigxag
|
|
1 |
======
|
|
2 |
|
|
3 |
This is the reference distribution for the Xigxag string-copying automaton.
|
|
4 |
|
|
5 |
For a definition of the Xigxag automaton, see the file `xigxag.html` in
|
|
6 |
the `doc` directory. (I didn't convert it from HTML to Markdown because
|
|
7 |
it has a lot of mathematical-type markup, like subscripts and superscripts,
|
|
8 |
that don't have equivalents in core Markdown, and the main advantage of it
|
|
9 |
being in Markdown is so that it can be viewed directly on Github and
|
|
10 |
Bitbucket. It should probably be converted to some more mathematically-
|
|
11 |
oriented markup language at some point, I suppose.)
|
|
12 |
|
|
13 |
This distribution also contains an "interpreter" for Xigxag, written in
|
|
14 |
Perl, as `xigxag.pl` in the `src` directory.
|
|
15 |
|
|
16 |
All of these materials are in the public domain; see the file UNLICENSE
|
|
17 |
in the distribution's root directory for more information.
|
3 | 3 |
<head>
|
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
5 | 5 |
<title>The Xigxag Automaton</title>
|
6 | |
<!-- begin html doc dynamic markup -->
|
7 | |
<script type="text/javascript" src="/contrib/jquery-1.6.4.min.js"></script>
|
8 | |
<script type="text/javascript" src="/scripts/documentation.js"></script>
|
9 | |
<!-- end html doc dynamic markup -->
|
10 | 6 |
<style type="text/css">
|
11 | 7 |
code {
|
12 | 8 |
background: pink;
|