Browse Source

Add/update atomic types to be "working"

Samuel W. Flint 4 years ago
parent
commit
cdec28b753
1 changed files with 5 additions and 8 deletions
  1. 5 8
      larcs.org

+ 5 - 8
larcs.org

@@ -67,7 +67,7 @@ While the [[id:f3e3cdb9-a661-4598-8be1-e15f587f35bb][Introduction]] describes th
 #+TOC: headlines 3
 #+TOC: listings
 
-* WORKING Expression Types [1/4]
+* WORKING Expression Types [0/4]
 :PROPERTIES:
 :ID:       fe611e8f-db42-4fe0-8e77-9cfb55d2227c
 :END:
@@ -172,7 +172,7 @@ Evaluability is the most complex of these properties, it is accomplished with ~e
 [[file:img/types.png]]
 
 
-** DONE Atomic Types [3/3]
+** WORKING Atomic Types [0/3]
 :PROPERTIES:
 :ID:       9be57f5d-ed0e-4a7c-9c06-a4c647f6d56e
 :END:
@@ -198,8 +198,7 @@ Of the various types, there are three atomic types, ~<number>~, ~<variable>~ and
         expression))
 #+END_SRC
 
-*** DONE Numbers
-CLOSED: [2019-01-16 Wed 16:01]
+*** WORKING Numbers
 :PROPERTIES:
 :ID:       f0314608-46d9-4cc0-a3e1-897481827ddf
 :END:
@@ -229,8 +228,7 @@ As an ~<atomic>~, ~<number>~ is rather simple, having only one slot, ~value~, re
     (make-instance '<number> :value (slot-value expression 'value)))
 #+END_SRC
 
-*** DONE Variables
-CLOSED: [2019-01-16 Wed 16:13]
+*** WORKING Variables
 :PROPERTIES:
 :ID:       f5f656d0-6253-4c4c-8c50-6622d685eaa1
 :END:
@@ -262,8 +260,7 @@ CLOSED: [2019-01-16 Wed 16:13]
                    :name (slot-value expression 'name)))
 #+END_SRC
 
-*** DONE Constants
-CLOSED: [2019-01-16 Wed 16:23]
+*** WORKING Constants
 :PROPERTIES:
 :ID:       806bbce0-ab52-411a-8178-29bda6bbb36a
 :END: