2022-06-08 03:45:28 -04:00
|
|
|
Common
|
|
|
|
------
|
|
|
|
|
|
|
|
* Add your name to [COPYING](/COPYING).
|
2022-06-12 09:52:40 -04:00
|
|
|
* If you change the behavior (even just fix a bug) of **libkernaux** (stable) or
|
|
|
|
[libc](/libc), add a record to [ChangeLog](/ChangeLog).
|
2022-06-08 03:45:28 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
2022-05-30 17:13:43 -04:00
|
|
|
C language
|
|
|
|
----------
|
|
|
|
|
|
|
|
Nothing here yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Python
|
|
|
|
------
|
|
|
|
|
|
|
|
Nothing here yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ruby
|
|
|
|
----
|
|
|
|
|
|
|
|
### Matz's Ruby interpreter
|
|
|
|
|
2022-06-12 06:36:10 -04:00
|
|
|
Use **RuboCop**. See [bindings/ruby/.rubocop.yml](/bindings/ruby/.rubocop.yml)
|
2022-05-30 17:13:43 -04:00
|
|
|
|
|
|
|
### mruby
|
|
|
|
|
2022-06-12 06:36:10 -04:00
|
|
|
Use **RuboCop**. See [bindings/mruby/.rubocop.yml](/bindings/mruby/.rubocop.yml)
|
2022-05-30 17:13:43 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rust
|
|
|
|
----
|
|
|
|
|
2022-06-12 06:36:10 -04:00
|
|
|
Use **rustfmt** and **Clippy**.
|
2022-06-08 21:25:27 -04:00
|
|
|
See [bindings/rust/rustfmt.toml](/bindings/rust/rustfmt.toml)
|