lexer: Add support for macro identifiers (that begin with '!').
[pspp] / tests / language / control /
2019-11-27 John DarringtonDelete trailing whitespace at line endings.
2019-11-10 Ben PfaffLOOP: Limit number of iterations when IF clauses present.
2019-10-11 Ben Pfaffoutput: Move text_item and group_item usage closer...
2018-02-21 Ben Pfafflexer: Fix implementation of lex_force_string_or_id().
2017-08-03 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-07-08 John DarringtonFix erroneous subsitute by previous commit.
2017-07-05 John DarringtonAdd copyright and licence notices to files which lack...
2016-04-07 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-03-31 John DarringtonFixed by where pspp would crash if ELSE appeared withou...
2012-04-19 John DarringtonDO IF test: Correct expected outcome 20120420030504/pspp
2012-04-18 Ben PfaffDO IF: Fix crash when END IF appears without DO IF. 20120418030503/pspp
2011-11-06 Ben Pfafflexer: New function lex_error_expecting().
2011-11-06 Ben PfaffLOOP: Correctly implement MXLOOPS and add a test.
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-03-20 Ben Pfafflexer: Reimplement for better testability and internati...
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-10-11 Ben PfaffTEMPORARY: Convert test to Autotest framework.
2010-10-02 Ben PfaffLOOP: Convert tests to Autotest framework.
2010-09-28 Ben PfaffDO REPEAT: Add test for missing END REPEAT.
2010-09-25 Ben Pfafftests: Convert do-repeat.sh test to use Autotest.
2010-09-25 Ben Pfafftests: Convert do-if.sh test to use Autotest.