-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (78 loc) · 3.88 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
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
75
76
77
78
79
80
81
82
83
<html>
<head>
<title>Oberon For All</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 align="center"><code>Oberon</code> For All</h1>
<p>
Welcome to <code>Oberon</code> For All: an ISAE-Supaero initiative
<img src="https://media.giphy.com/media/hvRJCLFzcasrR4ia7z/giphy.gif" width="50"></img>
</p>
<hr>
<p align="center" class="catch-phrase"><i>
A spread of the Oberon programming language through a compiler and educational resources.
</i></p>
<hr>
<p>
The whole project is hosted as
<a class="external" href="https://github.com/oberonforall" target="_blank">oberonforall</a>
on <i>GitHub</i>
</p>
<p>
The syntax of the language can be explored
<a class="internal" href="syntax/index.html">here</a>.
</p>
<hr>
<p>
Below is the list of all publicly available tools and smaller projects:
<br>
<img src="res/oberon.png" height=20></img>
<a class="external" href="https://github.com/oberonforall/oberonforall.github.io" target="_blank">oberonforall.github.io</a>:
this website
<br>
<img src="res/oberon.png" height=20></img>
<a class="external" href="https://github.com/oberonforall/obnc" target="_blank">obnc</a>:
a tool to compile <code>Oberon</code> using translation to <code>c</code> and <code>gcc</code>.
<br>
<img src="res/oberon.png" height=20></img>
<a class="external" href="https://github.com/oberonforall/obnc-libext" target="_blank">obnc-libext</a>:
external libraries for <code>obnc</code>.
<br>
<img src="res/oberon.png" height=20></img>
<a class="external" href="https://github.com/oberonforall/obnc-libstd" target="_blank">obnc-libstd</a>:
standard libraries for <code>obnc</code>.
<br>
<img src="res/oberon.png" height=20></img>
<a class="external" href="https://github.com/oberonforall/syntax" target="_blank">syntax</a>:
some work on the syntax of the language, e.g. structuring it, enhancing it.
</p>
<p>
And projects available soon:
<br>
<img src="res/oberon.png" height=20></img>
<a class="external" href="https://github.com/oberonforall/compiler" target="_blank">compiler</a>:
the compiler for the <code>Oberon</code> programming language.
<br>
<img src="res/oberon.png" height=20></img>
<a class="external" href="https://github.com/oberonforall/library" target="_blank">library</a>:
modern libraries for the Oberon programming language.
<br>
<img src="res/oberon.png" height=20></img>
<a class="external" href="https://github.com/oberonforall/oakwood_library" target="_blank">oakwood_library</a>:
the libraries for the language as defined in the Oakwood Guidelines for the Oberon 2 version.
<br>
<img src="res/oberon.png" height=20></img>
<a class="external" href="https://github.com/oberonforall/formatter" target="_blank">formatter</a>:
A tool to automatically format Oberon source text.
<br>
<img src="res/oberon.png" height=20></img>
<a class="external" href="https://github.com/oberonforall/linter" target="_blank">linter</a>:
A tool to analyze Oberon source text and catch bugs and stylistic errors.
<br>
<img src="res/oberon.png" height=20></img>
<a class="external" href="https://github.com/oberonforall/tree-sitter-oberon" target="_blank">tree-sitter-oberon</a>:
grammar support for IDEs
</p>
</body>
</html>