Toggle navigation
macro
0.1.5
Get started
Articles
Installation and Setup
Macro Language Reference
Symbol Table Functions
Debugging
Global Options
Example 1: Listing
Example 2: Another Listing
Example 3: Table
Frequently Asked Questions
Reference
FAQ
Changelog
Changelog
Source:
NEWS.md
macro 0.1.5
Fixes for CRAN.
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.
Contents