File tree Expand file tree Collapse file tree 2 files changed +8
-133
lines changed
Expand file tree Collapse file tree 2 files changed +8
-133
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,14 @@ the Rust code used to represent different Python objects and their methods. The
191191core implementation of what a Python object is can be found in
192192` vm/src/pyobjectrc.rs ` .
193193
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+
194202## Questions
195203
196204Have you tried these steps and have a question, please chat with us on
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments