Skip to content

Commit 3fa82df

Browse files
committed
Remove mentioning of Decentralization from README
It's basically over. Only small details remain.
1 parent daa01b0 commit 3fa82df

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,27 +54,14 @@ $ ./nob
5454

5555
Copy the `build/posix6502` executable somewhere were the `$PATH` points at.
5656

57-
### ilasm-mono
58-
59-
See [https://github.com/bext-lang/dotnet-mono/](https://github.com/bext-lang/dotnet-mono/)
60-
6157
## Thirdparty Codegens in the Wild
6258

59+
- [.NET/Mono Bext Codegen](https://github.com/bext-lang/dotnet-mono/)
6360
- [SH4AL-DSP (Casio Prizm/fx-CG50)](https://github.com/seija-amanojaku/sh4dsp_prizm)
6461
- [Custom Bext Bytecode](https://gitlab.com/nullnominal/bext-bytecode/)
6562

6663
*Submit a PR to add yours to the list above here*
6764

68-
## Contribution
69-
70-
Accepting Pull Requests is currently paused. We are in the middle of [Decentralizing](https://github.com/tsoding/b/issues/62) this repo. The plan is
71-
72-
1. ~~Create a separate organization for the language.~~
73-
2. ~~Keep `*x86_64*` and `*aarch64*` codegens in the main repo.~~
74-
3. Move codegens [6502](./src/codegen/mos6502.rs) (owner [@Miezekatze64](https://github.com/miezekatze64)), [uxn](./src/codegen/uxn.rs) (owner [@deniska](https://github.com/deniska)), [gas-sh4dsp-prizm](https://github.com/tsoding/b/pull/175) (owner [@seija-amanojaku](https://github.com/seija-amanojaku)) to separate repos within the organization and give the owners full admin access to them.
75-
76-
You can still submit PRs in the meantime. Just don't expect them to be reviewed any time soon since decoupling codegens requires extensive refactoring. The PRs will be addressed eventually.
77-
7865
## References
7966

8067
- https://en.wikipedia.org/wiki/B_(programming_language)

0 commit comments

Comments
 (0)