!LET
[pspp] / src / language / lexer / macro.c
2021-06-13 Ben Pfaff!LET
2021-06-13 Ben Pfafflogical operator bug fixes
2021-06-13 Ben Pfaffmacro conditional expressions (no tests yet)
2021-06-12 Ben Pfaff!*
2021-06-11 Ben Pfaff!EVAL
2021-06-11 Ben Pfaff!UPCASE
2021-06-10 Ben PfaffImplemented all the functions except !EVAL and !UPCASE.
2021-06-10 Ben Pfaffmacro: Implement uniformly in terms of character strings.
2021-06-04 Ben Pfaff!BLANKS and !CONCAT pass basic tests.
2021-06-01 Ben PfaffStart writing documentation.
2021-05-31 Ben PfaffKeyword arguments work.
2021-05-31 Ben PfaffBasic tests for macros and arguments pass.
2021-05-30 Ben PfaffSome basic macros and tests work.
2021-05-30 Ben PfaffWork on DEFINE command.