-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.54 KB
/
index.html
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
<!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>
<span class="fill"></span>
</header>
<h2>What is Xextan?</h2>
<h2>Links to places</h2>
<ul>
<li><a href="https://docs.google.com/document/d/1n3SRJ6IXQWt7ym5XV9m-puv3ZZaJ1cEo-RGW_QyK5gQ">Xextbook</a> (lessons!)</li>
<li><a href="https://xextan.miraheze.org">Wiki</a></li>
<li>Parsers:
<ul>
<li><a href="parser">PEG.js</a> (WIP) / <a href="https://github.com/Xextan/parser">Github repo</a></li>
<li><a href="https://github.com/Xextan/xexparser_rs">Rust Github repo</a> (even more WIP)</li>
<li><a href="xexparvis/examples/xextan/xexparvis">Xexparvis</a> (WIP) / <a href="https://github.com/Xextan/xexparvis">Github repo</a></li>
</ul>
</li>
<li><a href="vlabuk">Vlabuk/Dictionary</a> (WIP; <a href="https://docs.google.com/spreadsheets/d/1eR_NQPv9CY-d9L8y2VW-5YbLbr-_IhpM">spreadsheet</a>) / <a href="https://github.com/Xextan/vlabuk">Github repo</a></li>
<li><a href="https://github.com/Xextan/espeak-ng">eSpeak TTS</a> Github repo (w/ instructions)</li>
<li><a href="refgram">Xextbook</a> Reference Grammar (VERY WIP)</li>
</ul>
</body>
</html>