git.fiddlerwoaroof.com
Browse code

Redo outlines

Ed Langley authored on 25/07/2018 21:41:54
Showing 2 changed files
... ...
@@ -32,6 +32,8 @@
32 32
 <li>READ-EDN</li>
33 33
 <li>PARSE</li>
34 34
 </ul></li>
35
+<li>Synthesizers:
36
+<ul>
35 37
 <li>CL-EDN/FSET:
36 38
 <ul>
37 39
 <li>'EDN:FSET: a synthesizer that uses FSET datastructures but
... ...
@@ -44,6 +46,7 @@ uppercases keywords and symbols.  This is probably preferable for
44 46
 most cases where the data is only going to be used by Common Lisp,
45 47
 because CL symbols are uppercase by default</li>
46 48
 </ul></li>
49
+</ul></li>
47 50
 </ul>
48 51
 
49 52
 <h2>Notes:</h2>
... ...
@@ -18,14 +18,15 @@ Systems for Components:
18 18
 - CL-EDN:
19 19
     - READ-EDN
20 20
     - PARSE
21
-- CL-EDN/FSET:
22
-    - 'EDN:FSET: a synthesizer that uses FSET datastructures but
23
-      preserves the case of keywords and symbols.
24
-- CL-EDN/FSET-LOSSY:
25
-    - 'EDN:FSET-LOSSY: a synthesizer that uses FSET datastructures but
26
-      uppercases keywords and symbols.  This is probably preferable for
27
-      most cases where the data is only going to be used by Common Lisp,
28
-      because CL symbols are uppercase by default
21
+- Synthesizers:
22
+    - CL-EDN/FSET:
23
+        - 'EDN:FSET: a synthesizer that uses FSET datastructures but
24
+          preserves the case of keywords and symbols.
25
+    - CL-EDN/FSET-LOSSY:
26
+        - 'EDN:FSET-LOSSY: a synthesizer that uses FSET datastructures but
27
+          uppercases keywords and symbols.  This is probably preferable for
28
+          most cases where the data is only going to be used by Common Lisp,
29
+          because CL symbols are uppercase by default
29 30
 
30 31
 Notes:
31 32
 ------