macro: Fix memory leak with keyword "enclose" arguments.
[pspp] / src / language / lexer / macro.c
2021-10-09 Ben Pfaffmacro: Fix memory leak with keyword "enclose" arguments.
2021-09-01 Ben Pfaffmacro: Fix crash for !QUOTE of a quoted string.
2021-08-26 Ben PfaffDEFINE: Only expand macro functions when the name is...
2021-07-24 Ben Pfaffmacro: Continue expanding macro even in face of errors...
2021-07-24 Ben Pfaffmacro: Allow positional arguments to be empty.
2021-07-24 Ben Pfaffmacro: Make ARG_CHAREND and ARG_ENCLOSE more uniform...
2021-07-23 Ben Pfaffmacro: Allow macro A to use its arguments as part of...
2021-07-22 Ben PfaffTurn !* into a single token, for macro expansion purposes.
2021-07-20 Ben Pfaffmacro: Properly parse !ENCLOSE keyword arguments.
2021-07-18 Ben Pfafflexer: Change the pipeline to allow more flexible use...
2021-07-05 Ben PfaffDEFINE: New command.