Make [ and ] valid tokens in the lexer.
authorBen Pfaff <blp@gnu.org>
Thu, 9 Oct 2008 05:25:36 +0000 (22:25 -0700)
committerBen Pfaff <blp@gnu.org>
Sat, 11 Oct 2008 17:04:06 +0000 (10:04 -0700)
commit3939ba46b53a33f99663cd5313fed19a9e992a8f
tree4e7ae522af80dd2c8b609dd86c4d1a9b932d5b29
parent81dd94aa39205cf311495cb3239bd4da1503dc2f
Make [ and ] valid tokens in the lexer.

The VARIABLE ATTRIBUTE and DATAFILE ATTRIBUTE commands use [ and ]
to designate array elements.  This is the first use for these tokens
in the language implemented by PSPP, so until now these characters
were rejected with an error whenever they appeared in a syntax file
outside a comment or a quoted string.
src/language/lexer/lexer.c