contrib/wix/COPYING.rtf
author Yuya Nishihara <yuya@tcha.org>
Fri, 01 May 2015 20:43:55 +0900
changeset 25002 829faf8ab605
parent 24191 8fe5fc8d7b8e
child 27925 f6d73c8756e2
permissions -rw-r--r--
templater: tokenize decimal integer literal (issue4638) (BC) Before this patch, we had to quote integer literals to pass to template functions. It was error-prone, so we should allow "word(0, x)" syntax. Currently only decimal integers are allowed. It's easy to support 0x, 0b and 0 prefixes, but I don't think they are useful. This patch assumes that template keywords and names defined in map files do not start with digits, except for positional variables seen in the schemes extension.

(binary:application/rtf)