-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Several important updates from Nabeel
Define substitutions have been optimized to only run on new code generations, rather than multiple steps repeated over the entire compiled output Macro arguments can now spell defines to then be re-substituted at practically endless levels (until macros themselves crash at 40 levels). post_l/iterate_macro() commands are thus deprecated now Fixed file associations to code lines imported via recursive directory imports Macro expansion now records the top-level "calling line" into expanded lines, which allow the developer to see the line of the macro invoked to create the error
- Loading branch information
Showing
2 changed files
with
113 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters