Treat colons and commas as end of input in expression parser
authorStephen M. Cameron <stephenmcameron@gmail.com>
Tue, 30 Sep 2014 13:44:24 +0000 (08:44 -0500)
committerJens Axboe <axboe@fb.com>
Tue, 30 Sep 2014 16:41:38 +0000 (10:41 -0600)
commit51a65a419d34275a7e67c4cd11715bf5a4b57bee
treeda6a70672e6062b9929e9295b467cf6df4ec718d
parent79816cf7aca1e96b2f1dbb846f1d8aa0c1bbcd9f
Treat colons and commas as end of input in expression parser

Just like a comment.  This is to allow processing of lists
of numbers separated by colons or commas.  Also, fix the comment
processing to require zero rather than one character after '#'

Signed-off-by: Stephen M. Cameron <stephenmcameron@gmail.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
exp/expression-parser.l