]> granicus.if.org Git - jq/commit
Multiplication and division operators.
authorStephen Dolan <mu@netsoc.tcd.ie>
Mon, 10 Sep 2012 15:57:17 +0000 (16:57 +0100)
committerStephen Dolan <mu@netsoc.tcd.ie>
Mon, 10 Sep 2012 15:57:17 +0000 (16:57 +0100)
commitaa3ebdfe9b714548fb0d5cfe0265950b1392fb1e
treec1c2eb085b786b0625f2bbf478d785dbbeccdbda
parent6f3abbac620132260d5424dbee259f850dad890f
Multiplication and division operators.

It is an error to use these on anything but numbers. Maybe later
implementing python/ruby-style ("a" * 100) might be handy.
c/builtin.c
c/lexer.l
c/parser.y
c/testdata