summaryrefslogtreecommitdiffstats
path: root/funtools/notes/text.notes
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-10-25 20:57:49 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-10-25 20:57:49 (GMT)
commitd1c4bf158203c4e8ec29fdeb83fd311e36320885 (patch)
tree15874534e282f67505ce4af5ba805a1ff70ec43e /funtools/notes/text.notes
parente19a18e035dc4d0e8e215f9b452bb9ef6f58b9d7 (diff)
parent339420dd5dd874c41f6bab5808291fb4036dd022 (diff)
downloadblt-d1c4bf158203c4e8ec29fdeb83fd311e36320885.zip
blt-d1c4bf158203c4e8ec29fdeb83fd311e36320885.tar.gz
blt-d1c4bf158203c4e8ec29fdeb83fd311e36320885.tar.bz2
Merge commit '339420dd5dd874c41f6bab5808291fb4036dd022' as 'funtools'
Diffstat (limited to 'funtools/notes/text.notes')
-rw-r--r--funtools/notes/text.notes29
1 files changed, 29 insertions, 0 deletions
diff --git a/funtools/notes/text.notes b/funtools/notes/text.notes
new file mode 100644
index 0000000..48960ef
--- /dev/null
+++ b/funtools/notes/text.notes
@@ -0,0 +1,29 @@
+# keywords:
+foo 100
+foo : 100
+foo: 100
+foo = 100
+foo= 100
+
+# strings:
+foo /usr/local/bin
+foo: '/usr/local/bin /opt/local/bin'
+foo = "/usr/local/bin /opt/local/bin"
+
+# comments:
+foo foo1 /comment
+foo 'foo1 foo2 foo3' / comment
+foo /usr/local/bin / path dir
+foo "/usr/local/bin /opt/local/bin" / path dir
+foo "/usr/local/bin /opt/local/bin"/path dir
+
+# put it all together:
+http_ ref http://hea-www.cfa.harvard.edu / base URL
+http_ ref: http://hea-www.cfa.harvard.edu / base URL
+mypaths = "/usr/local/bin /opt/local/bin" / paths to use
+
+text support for funtools
+
+1. add "allowtypechange" option and die if data type for a column
+goes from int to float.
+