micropython

docs/index.txt

746:59be62d8e75f
2013-11-25 Paul Boddie Fixed loadconstant usage to include both the constant and the new context. syspython-as-target
     1 Documentation Index
     2 ===================
     3 
     4 concepts.txt        An overview of the concepts employed in micropython
     5 
     6 annotations.txt     A table of AST node annotations
     7 assignment.txt      A quick tour of assignment semantics
     8 compatibility.txt   Some notes about compatibility with other Python implementations
     9 evaluation.txt      An overview of evaluation result storage and invocation frames
    10 exceptions.txt      A quick tour of the exception implementation
    11 getattr.txt         How getattr and dynamic attribute access can be supported in micropython
    12 instructions.txt    A table of RSVP instructions and register usage
    13 invocation.txt      A quick tour of invocation semantics
    14 native.txt          Information about native function implementations
    15 optimisations.txt   A table of optimisations currently employed in micropython
    16 rationale.txt       A presentation of ideas and objectives
    17 rejected.txt        Some rejected ideas
    18 related.txt         Related work