aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-08-27 15:11:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-08-27 15:11:40 +0200
commitfd689eb883655dcb29e505b041cd02fac01f0bac (patch)
tree0d85ec32d95a1c96eaa7eff28734b900c44dd3ca /doc
parent7f2d06258d57e39940e8fa959336da0ea66fe37f (diff)
Dist module/meta-operation initial implementation
Diffstat (limited to 'doc')
-rw-r--r--doc/language.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/language.txt b/doc/language.txt
new file mode 100644
index 0000000..97815f6
--- /dev/null
+++ b/doc/language.txt
@@ -0,0 +1,5 @@
+- Normally variable names should be like C-identifiers plus '.'. In
+ particular, in simple expansion (i.e., $package-$version) we assume
+ characters [/-] end the name. But this can be overrident with paren-
+ expansion (i.e., $(package-version)). In assignment we always use
+ full name until space, '=', or '=+'.