File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -525,10 +525,10 @@ when the result is valid Dart syntax.
525
525
### Identifiers and resolution
526
526
527
527
The classic problem in macro systems since they were first invented in Lisp and
528
- Scheme in the 70s how identifiers are resolved. Because this proposal does not
529
- allow local macros, macros that generate new syntax, or macro applications
530
- inside local block scopes, the problems around scoping are somewhat reduced.
531
- But challenges still remain.
528
+ Scheme in the 70s is how identifiers are resolved. Because this proposal does
529
+ not allow local macros, macros that generate new syntax, or macro applications
530
+ inside local block scopes, the problems around scoping are somewhat reduced. But
531
+ challenges still remain.
532
532
533
533
#### Referring to generated declarations
534
534
You can’t perform that action at this time.
0 commit comments