-
Notifications
You must be signed in to change notification settings - Fork 0
/
todo.todo
97 lines (97 loc) · 2.43 KB
/
todo.todo
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
config "Planejamento Sigmaz" : render ( ) {
page "Colors" {
task "Ideias" : i ( 52 152 219 ) ;
task "Fazendo" : f ( 241 196 15 ) ;
task "Cancelado" : c ( 231 76 60 ) ;
task "Terminado" : t ( 46 204 113 ) ;
}
page "Markers" {
task "End" : info ( t c ) ;
task "Cancel" : info ( c ) ;
}
}
note "Biblioteca - Tempo" : f ( ) { }
note "Biblioteca - Lista" : f ( ) { }
note "Biblioteca - Arquivo" : i ( ) { }
note "Biblioteca - Texto" : i ( ) { }
note "Visualizador de Arvore" : t ( Arvore Posicao Render ) { }
note "Argumentos Opcionais" : t ( ) { }
note "UML" : c ( ) {
task "Montagem" : c ;
task "Renderização" : c ;
}
note "Trilha de Desenvolvimento" : t ( Organizar Montar Renderizar ) { }
note "Argumentos Opcionais" : t ( Valorados Referenciados ) { }
note "Compilação em Fila" : t ( ) { }
note "Compilador" : t ( ) {
task "Lexer" : t ;
task "Parser" : t ;
task "Compiler" : t ;
task "Analisador" : t ;
task "Runner" : t ;
task "Identador" : t ;
task "Comentarios" : t ;
}
note "Trilhas" : f ( ) {
task "Horizontal" : t ;
task "Vertical" : f ;
task "Horizontal_Vertical" : t ;
task "Vertical_Horizontal" : f ;
}
note "Sigmaz" : t ( ) {
page "Primeira Fase" {
task "Call" : t ;
task "Action" : t ;
task "Function" : t ;
task "Define" : t ;
task "Mockiz" : t ;
}
page "Segunda Fase" {
task "Value" : t ;
task "Arguments" : t ;
task "Run_Action" : t ;
task "Run_Function" : t ;
task "Operator" : t ;
task "Director" : t ;
task "Execute" : t ;
task "Apply" : t ;
}
page "Terceira Fase" {
task "Type" : t ;
task "Struct" : t ;
task "Stages" : t ;
task "Model" : t ;
task "Init" : t ;
task "Start" : t ;
task "All" : t ;
task "Restrict" : t ;
task "Extern" : t ;
}
page "Quarta Fase" {
task "Dot" : t ;
task "Seta" : t ;
task "Package" : t ;
task "Contexto" : t ;
}
page "Quinta Fase" {
task "Anonymous" : t ;
task "Inferência de Tipo" : t ;
task "Implicitos" : i ;
}
}
note "Visualizadores" : t ( ) {
task "Trilhas" : t ;
task "Interno" : t ;
task "Organizador" : t ;
task "Trilhador - Roadmap" : t ;
task "Trilhador - ChangeList" : t ;
}
note "Intellisense" : t ( Sigmaz Packages ) { }
note "OA" : t ( Complexo ) {
task "Organizador" : t ;
task "Versionador" : t ;
task "Trilhador" : t ;
task "Organizador - Identador" : t ;
}
note "Error ID - Run" : t ( ) { }
note "Heranca de Struct Generica" : i ( ) { }