paul@199 | 1 | Documentation Index
|
paul@199 | 2 | ===================
|
paul@199 | 3 |
|
paul@253 | 4 | concepts.txt An overview of the concepts employed in micropython
|
paul@201 | 5 |
|
paul@533 | 6 | annotations.txt A table of AST node annotations
|
paul@253 | 7 | assignment.txt A quick tour of assignment semantics
|
paul@533 | 8 | compatibility.txt Some notes about compatibility with other Python implementations
|
paul@253 | 9 | evaluation.txt An overview of evaluation result storage and invocation frames
|
paul@257 | 10 | exceptions.txt A quick tour of the exception implementation
|
paul@533 | 11 | getattr.txt How getattr and dynamic attribute access can be supported in micropython
|
paul@533 | 12 | instructions.txt A table of RSVP instructions and register usage
|
paul@253 | 13 | invocation.txt A quick tour of invocation semantics
|
paul@257 | 14 | native.txt Information about native function implementations
|
paul@201 | 15 | optimisations.txt A table of optimisations currently employed in micropython
|
paul@201 | 16 | rationale.txt A presentation of ideas and objectives
|
paul@533 | 17 | rejected.txt Some rejected ideas
|
paul@201 | 18 | related.txt Related work
|