Re: [racket-users] How to get non-prefab struct values from manually-expanded syntax?

2016-10-04 Thread Ryan Culpepper
On 10/03/2016 06:38 PM, Jack Firth wrote: So I'm reading a file in as code and expanding it, then looking for values in a certain syntax property that macros in the expanded code attach. This works fine for prefab structs, but I can't seem to get it to work with transparent structs. The issue

[racket-users] How to get non-prefab struct values from manually-expanded syntax?

2016-10-03 Thread Jack Firth
So I'm reading a file in as code and expanding it, then looking for values in a certain syntax property that macros in the expanded code attach. This works fine for prefab structs, but I can't seem to get it to work with transparent structs. The issue is that the struct values can be extracted