summary refs log tree commit diff stats
path: root/examples/cross_todo
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-10-19 15:51:36 +0200
committerAndreas Rumpf <rumpf_a@web.de>2017-10-19 15:51:36 +0200
commit8be60dc6bd5885f2eda43d11077d2743dd0ee742 (patch)
tree064fce1fb94231755d5c1b939178c412ad827b75 /examples/cross_todo
parent186e7d49d3629c7e701e6aa2e2507b6410dd2b1f (diff)
downloadNim-8be60dc6bd5885f2eda43d11077d2743dd0ee742.tar.gz
allow 'block' and 'nkState' after return for easier state machine generation
Diffstat (limited to 'examples/cross_todo')
0 files changed, 0 insertions, 0 deletions
/pre>
fe0f10f6b ^

ca4b971bc ^
fe0f10f6b ^
ca4b971bc ^
fe0f10f6b ^
0879f0b0a ^
0879f0b0a ^
1b1bb284d ^
0879f0b0a ^

5263d9d6f ^
93e03144f ^
1b1bb284d ^





2f48dbd16 ^
0879f0b0a ^
180ab350d ^
d20a8ac68 ^
b2e486b23 ^
9af85fb69 ^
1b1bb284d ^
1dd9ec85b ^
f2f16f645 ^






ca4b971bc ^
f2f16f645 ^


f04b502cf ^

9b29436f6 ^
f04b502cf ^

5a4122dc9 ^
809a4a77a ^

e9b665f33 ^

c60bb9464 ^
e9b665f33 ^

f04b502cf ^
1b1bb284d ^
809a4a77a ^

b77ae66e8 ^
93cd98dd1 ^
625edf6a9 ^
5263d9d6f ^



035f0fb02 ^
8d2953e80 ^
035f0fb02 ^

8d2953e80 ^
e9b665f33 ^
a5ecbf823 ^


4a720394b ^


16e800503 ^

4a720394b ^
88b5dd336 ^
c5c6bae2a ^

e5ae7ceaa ^
6e4cd3e5b ^

e5ae7ceaa ^

1b54be777 ^
567691220 ^

58282547f ^


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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102


    

       
         

          
 
   
           

     
     
     
     
     
     
    
       

     
     
     





            
         
          
         
         
           
        
     
 






                         
     


                    

                  
                 

            
                         

              

                       
             

                                      
                 
            

                
         
      
           



                                      
 
                                                                                

            
         
 


               


                   

                      
 
              

          
 

         

                                                
 

                                                                  


                                                                  
*
!**/
!*.*

# Cache
nimcache/
rnimcache/
dnimcache/

*.o
!/icons/*.o
*.obj
*.ilk
*.exp
*.pdb
*.lib
*.dll
*.exe
*.so
*.dylib
*.zip
*.iss
*.log
*.pdb

mapping.txt
tags
install.sh
deinstall.sh

doc/html/
doc/*.html
doc/*.pdf
doc/*.idx
/web/upload
/build/*
bin/*

# iOS specific wildcards.
*.mode1v3
*.pbxuser
*.perspective
*.perspectivev3
*.swp
.DS_Store
.tags
project.xcworkspace/
xcuserdata/

# Generated files.
/compile.json
/compiler/nim.dot
/reject.json
/run.json
/tools/dochack/dochack.js
*.json
/pkgstemp/**/*
# for `nim doc foo.nim`
/*.html
lib/**/*.html
#/testresults.html #covered by /*.html

/testresults.json
testament.db
/tests/**/*.json
/tests/**/*.js
/csources
/dist/
/lib/fusion

# Private directories and files (IDEs)
.*/
~*

# testament cruft; TODO: generate these in a gitignore'd dir in the first place.
testresults/
test.txt
/test.ini

tweeter.db
tweeter_test.db
megatest.nim

/outputExpected.txt
/outputGotten.txt
/t15148.txt
/tests/vm/tfile_rw.txt

/lib/pure/*.js

!/.builds/

!/.github

# ignore debug dirs generated by dsymutil on OSX
*.dSYM

# for `nim c -r nimdoc/tester` etc; this can be in multiple places
htmldocs

## these are not needed anymore unless checkout old older versions
nimdoc.out.css