# HG changeset patch # User Paul Boddie # Date 1386524079 -3600 # Node ID e451c17f1953ccefca5224ca07450923a3b99eca # Parent 9ea4cd8ebd6ffb8d7e463be32cda45f624dbd3ef Updated the documentation index. diff -r 9ea4cd8ebd6f -r e451c17f1953 docs/index.txt --- a/docs/index.txt Sun Dec 08 18:11:13 2013 +0100 +++ b/docs/index.txt Sun Dec 08 18:34:39 2013 +0100 @@ -5,14 +5,16 @@ annotations.txt A table of AST node annotations assignment.txt A quick tour of assignment semantics +closures.txt Notes on how closures might be supported using dynamic functions compatibility.txt Some notes about compatibility with other Python implementations -evaluation.txt An overview of evaluation result storage and invocation frames -exceptions.txt A quick tour of the exception implementation getattr.txt How getattr and dynamic attribute access can be supported in micropython -instructions.txt A table of RSVP instructions and register usage +inlining.txt Discussions of inlining and its applications invocation.txt A quick tour of invocation semantics +lowlevel.txt Details of low-level evaluation, program and data representations native.txt Information about native function implementations optimisations.txt A table of optimisations currently employed in micropython rationale.txt A presentation of ideas and objectives rejected.txt Some rejected ideas related.txt Related work +rpython.txt Notes on RPython and analysis of the PyPy interpreter +syspython.txt Information on the target language for micropython