-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (67 loc) · 2.09 KB
/
index.html
File metadata and controls
67 lines (67 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<head>
<title>Xextan</title>
<link rel="stylesheet" href="style.css" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<header>
<h1>Xextan Language Resources</h1>
</header>
<nav>
<a href="#main">Main</a>
<a href="#learn">Learn</a>
<a href="#texts">Texts</a>
<a href="#scripts">Scripts</a>
<a href="#mysteries">Mysteries</a>
<a href="#tools">Tools</a>
</nav>
<section id="main">
<h2>What is Xextan?</h2>
<p>cool language :3 <mark>todo</mark></p>
<p>
here's a <a href="https://xextan.miraheze.org">wiki</a> and the
<a href="https://discord.com/invite/4Wz7EeQJ2g">discord server</a>
</p>
</section>
<section id="learn">
<h2>Learning Xextan</h2>
<p>
The <a href="https://docs.google.com/document/d/1n3SRJ6IXQWt7ym5XV9m-puv3ZZaJ1cEo-RGW_QyK5gQ">Xextbook</a>
is the main learning resource.
</p>
<p>
For a dictionary there is <a href="vlabuk">Vlabuk Xextan</a>, and Ezra has made a page listing
<a href="https://c-ezra-m.github.io/xextul">all the roots</a>.
</p>
</section>
<section id="texts">
<h2>Texts</h2>
</section>
<section id="scripts">
<h2>Dreamscript</h2>
<h2>Kaxxol</h2>
</section>
<section id="mysteries">
<h2>Spirit Signs</h2>
</section>
<section id="tools">
<h2>Tools</h2>
<p>
There are a few different parsers:
the original <a href="parser">PEG.js</a> one by Tsakap;
<a href="xexparvis/examples/xextan/xexparvis">Xexparvis</a> which is a nicer frontend for it; and
<a href="https://github.com/Xextan/dultik">dultik</a> which shows parse ambiguities.
They are all a bit <mark>outdated</mark>.
</p>
<p>
There's an <a href="https://github.com/Xextan/espeak-ng">eSpeak</a> text-to-speech thing.
</p>
<p>
And a <a href="refgram">reference grammar</a> <mark>(wip)</mark>
</p>
</section>
</body>
</html>