micropython

Change of docs/index.txt

257:9e7cd9146ed3
docs/index.txt
     1.1 --- a/docs/index.txt	Sun Jul 19 22:17:23 2009 +0200
     1.2 +++ b/docs/index.txt	Fri Sep 04 00:21:02 2009 +0200
     1.3 @@ -5,7 +5,9 @@
     1.4  
     1.5  assignment.txt      A quick tour of assignment semantics
     1.6  evaluation.txt      An overview of evaluation result storage and invocation frames
     1.7 +exceptions.txt      A quick tour of the exception implementation
     1.8  invocation.txt      A quick tour of invocation semantics
     1.9 +native.txt          Information about native function implementations
    1.10  
    1.11  optimisations.txt   A table of optimisations currently employed in micropython
    1.12  rationale.txt       A presentation of ideas and objectives