summary refs log tree commit diff stats
path: root/compiler/lambdalifting.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/lambdalifting.nim')
0 files changed, 0 insertions, 0 deletions
4e'>dbf9117c5 ^
04c5f58ce ^







6d62503e5 ^
2c1f3f75f ^























1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39


          
 
                                        
                      







                                                                                
 























                                      
==========
Nim Manual
==========

:Authors: Andreas Rumpf, Zahary Karadjov
:Version: |nimversion|

.. contents::


  "Complexity" seems to be a lot like "energy": you can transfer it from the end
  user to one/some of the other players, but the total amount seems to remain
  pretty much constant for a given task. -- Ran


.. include:: manual/about.txt
.. include:: manual/definitions.txt
.. include:: manual/lexing.txt
.. include:: manual/syntax.txt
.. include:: manual/types.txt
.. include:: manual/type_rel.txt
.. include:: manual/stmts.txt
.. include:: manual/procs.txt
.. include:: manual/type_sections.txt
.. include:: manual/exceptions.txt
.. include:: manual/effects.txt
.. include:: manual/generics.txt
.. include:: manual/templates.txt
.. include:: manual/typedesc.txt
.. include:: manual/special_ops.txt
.. include:: manual/type_bound_ops.txt
.. include:: manual/trmacros.txt
.. include:: manual/modules.txt
.. include:: manual/compiler_msgs.txt
.. include:: manual/pragmas.txt
.. include:: manual/ffi.txt
.. include:: manual/threads.txt
.. include:: manual/locking.txt
.. include:: manual/taint.txt