forked from IoLanguage/iolanguage.org
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstatus.html
74 lines (74 loc) · 1.93 KB
/
status.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
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
68
69
70
71
72
73
74
<!doctype html>
<html>
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<title>Core Programming Language – About</title>
<link rel="stylesheet" href="css/base.css">
</head>
<body>
<div class="container leftSpace">
<header>
<div class="pageHeader">
<div class="topSpace"></div>
<div class="pageTitle"><a href=".">Core</a></div>
<div class="pageSubtitle"> / status</div>
</div>
</header>
<main>
<div class="description">
Core is work in progress.<br>
The <a href="https://github.com/core-lang/core/milestones?direction=asc&sort=title">Milestones</a> page provides an overview of the work currently planned.
</div>
<div class="items">
<h4>basics</h4>
<div class="chunk status">
<div class="chunkLeft">
compiler<br>
runtime<br>
standard library<br>
website
</div>
<div class="chunkRight">
working, work ongoing<br>
working, work ongoing<br>
working, work ongoing<br>
working, work ongoing
</div>
</div>
<br>
<div class="chunk status">
<h4>documentation</h4>
<div class="chunkLeft">
language<br>
standard library<br>
compiler internals<br>
runtime internals
</div>
<div class="chunkRight">
work ongoing<br>
work ongoing<br>
todo<br>
todo
</div>
</div>
<br>
<div class="chunk status">
<h4>tooling</h4>
<div class="chunkLeft">
language server<br>
package manager<br>
doc generator<br>
debugger
</div>
<div class="chunkRight">
todo<br>
todo<br>
todo<br>
todo
</div>
</div>
</div>
</main>
</div>
</body>
</html>