We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1aa5df commit 02af970Copy full SHA for 02af970
DEVELOPMENT.md
@@ -191,6 +191,14 @@ the Rust code used to represent different Python objects and their methods. The
191
core implementation of what a Python object is can be found in
192
`vm/src/pyobjectrc.rs`.
193
194
+### Code generation
195
+
196
+There are some code generations involved in building RustPython:
197
198
+- some part of the AST code is generated from `vm/src/stdlib/ast/gen.rs` to `compiler/ast/src/ast_gen.rs`.
199
+- the `__doc__` attributes are generated by the
200
+ [__doc__](https://github.com/RustPython/__doc__) project which is then included as the `rustpython-doc` crate.
201
202
## Questions
203
204
Have you tried these steps and have a question, please chat with us on
0 commit comments