diff notes.txt @ 39:4c6a341e75da

big rework works on sample2, w/o refs processing
author Henry S. Thompson <ht@markup.co.uk>
date Wed, 26 Apr 2017 18:51:34 +0100
parents ac3cd8de7a10
children 6ed900e8cc61
line wrap: on
line diff
--- a/notes.txt	Tue Apr 25 22:17:12 2017 +0100
+++ b/notes.txt	Wed Apr 26 18:51:34 2017 +0100
@@ -24,7 +24,7 @@
 8 (\$?[A-Z]+\$?[0-9]+) s or r
   A cell reference
 9 ([a-zA-Z_\\][a-zA-Z0-9._]*) v
-  A name (always for a variable?)
+  A name (boolean constant or a variable -- anything else?)
 10 (.) x
   Single characters not matched by the previous patterns
 ----------