You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Syntax-rules macros are being implemented without syntax objects, it appears. Instead, we are using a MacroContext to keep track of lexical information and keep track of sets of scopes so that the information for macros need only exist at macro-expansion time. This may need to change later once we start implementing debugging functionality, but we can consider this later.
I cannot implement
syntax-case
. But I can dosyntax-rules
macros!The text was updated successfully, but these errors were encountered: