Browse Source

Merge branch 'master' of gitssl:AloisMahdal/sugar-trail

Conflicts:
	TODO.md
Alois Mahdal 12 years ago
parent
commit
18acac6b97
2 changed files with 16 additions and 4 deletions
  1. 3
    2
      TODO.md
  2. 13
    2
      examples/dependency.md

+ 3
- 2
TODO.md View File

1
 # TODO #
1
 # TODO #
2
 
2
 
3
+
3
 ## Definition ##
4
 ## Definition ##
4
 
5
 
5
 ### Syntax ###
6
 ### Syntax ###
8
 
9
 
9
 *   TC dependency issues
10
 *   TC dependency issues
10
 
11
 
11
-    *   [ideas/dependency.md][1]
12
+    *   [examples/dependency.md][1]
12
 
13
 
13
-  [1]: ideas/dependency.md
14
+  [1]: examples/dependency.md
14
 
15
 
15
 
16
 
16
 ### Data model ###
17
 ### Data model ###

ideas/dependency.md → examples/dependency.md View File

1
 Notes: example to show idea of dependency markup
1
 Notes: example to show idea of dependency markup
2
 
2
 
3
 
3
 
4
-# Demo: Dependency markup #
4
+# EEE #
5
 
5
 
6
 This is for demonstration of way of showing dependency.
6
 This is for demonstration of way of showing dependency.
7
 
7
 
16
     is downwards, until next one or end
16
     is downwards, until next one or end
17
 
17
 
18
 
18
 
19
-## {/} prepare env=0 ##
19
+## {/} prepare env0 ##
20
  1. `x = 1`
20
  1. `x = 1`
21
  2. `y = 2`
21
  2. `y = 2`
22
  3. `m =`
22
  3. `m =`
29
  1. prepare env0
29
  1. prepare env0
30
  2. `m = two`
30
  2. `m = two`
31
 
31
 
32
+{/}
33
+
34
+## case 0.1 ##
35
+ 1. prepare env0
36
+ 2. do thing 1.1.1
37
+ 3. do thing 1.1.2
38
+
39
+## case 0.2 ##
40
+ 2. do thing 1.2.1
41
+ 3. do thing 1.2.2
42
+
32
 {/env1/}
43
 {/env1/}
33
 
44
 
34
 ## case 1.1 ##
45
 ## case 1.1 ##