stxparse-info/parse
Alexis King e4d1bbc473 syntax/parse: Arrange for built-in macro’s names to be preserved
The dance that syntax/parse performs to lazily load its implementation
rewrites uses of syntax/parse macros in such a way that their original
names were discarded, which shows up in error messages. By simply
invoking the underlying transformer directly in the proxy macro instead
of expanding to a rewritten use, users’ names can be preserved.

fixes #1909
2018-01-18 16:59:26 +01:00
..
experimental syntax/parse: make undo cooperate with ~commit and ~! (cut) 2018-01-18 16:59:26 +01:00
lib Imported files from 28f1df4cff 2017-01-28 05:16:11 +01:00
private syntax/parse: Arrange for built-in macro’s names to be preserved 2018-01-18 16:59:26 +01:00
debug.rkt syntax/parse: make undo cooperate with ~commit and ~! (cut) 2018-01-18 16:59:26 +01:00
define.rkt Changed syntax/parse module paths to stxparse-info/parse 2017-01-28 05:16:33 +01:00
pre.rkt Imported files from 28f1df4cff 2017-01-28 05:16:11 +01:00
todo.txt Imported files from 28f1df4cff 2017-01-28 05:16:11 +01:00