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
| | olang
=====
The olang compiler.
This project is licensed under GPLv3, read more on COPYRIGHT doc.
For instructions on how to build and run the compiler, read the HACKING
document. Please don't use this project in production, it's still under
development.
CONTRIBUTING
------------
### CODE AND DISCUSSION
This project uses mailing lists as main medium of communication. All mail
archives can be found at https://sr.ht/~johnnyrichard/olang/lists.
If you want to contribute to the source code, send plain text patch to:
~johnnyrichard/olang-devel@lists.sr.ht
Please use git-sendmail to send the patches. You might want to configure your
git to prevent silly mistakes:
$ git config sendmail.to "~johnnyrichard/olang-devel@lists.sr.ht"
$ git config format.subjectPrefix "PATCH olang"
### IRC
If you want to keep in contact with the community, feel free to join our
channel #olang on LiberaChat IRC.
|