macro 0.1.5
macro 0.1.3
- Created addin menus to make package more interactive.
- Added symbol table functions:
symtable(),
symclear(), symget() and
symput()
- Added global options: “macro.autoclear”, “macro.autosave”,
“macro.echo”
- Added
%nrstr() to block resolution.
- Did more real-life testing.
- Added more documentation.
macro 0.1.2
- Add do loop
- Add
%sysfunc() and %symput()
- Add user-defined macro function.
- Use ampersand prefix.
- Delayed resolution.
macro 0.1.1
- Add debugger.
- Add documentation.
- Add error handling.
- Add testing.
- Add vignettes.
macro 0.1.0
- Initial build out.
- Basics of
msource() are working.
- Macro comments.
- Macro variables.
- Macro conditionals.