Re: PEG Parser Updates/Questions

2010-08-30 Thread Andy Wingo
Hi, On Sun 29 Aug 2010 00:45, Phil theseaisinh...@gmail.com writes: So is there a sort of ETA on when [PEG and other SoC projecsts] will be part of Guile? Mmm, not really. I hope it will be soon, but I want to go through the code patch-by-patch, and that will take at least 3 or 4 hours, if

Re: PEG Parser Updates/Questions

2010-08-29 Thread Phil
So is there a sort of ETA on when this will be part of Guile? On Fri, Aug 20, 2010 at 4:30 PM, Andy Wingo wi...@pobox.com wrote: Hello, Mr. Lucy! At some point I might escape the need to apologize at every mail I send, but until then: sorry for the late response! On Thu 05 Aug 2010 23:40,

Re: PEG Parser Updates/Questions

2010-08-15 Thread Michael Lucy
On Fri, Aug 6, 2010 at 1:40 AM, Michael Lucy michaelgl...@gmail.com wrote: On Wed, Jul 28, 2010 at 12:13 AM, Michael Lucy michaelgl...@gmail.com wrote: I've officially eliminated the last define-macro expression. However, I get the feeling that things may not be exactly as desired. The

Re: PEG Parser Updates/Questions

2010-08-06 Thread Michael Lucy
On Wed, Jul 28, 2010 at 12:13 AM, Michael Lucy michaelgl...@gmail.com wrote: I've officially eliminated the last define-macro expression. However, I get the feeling that things may not be exactly as desired. The original program made extensive use of functions in building the macros, and I

PEG Parser Updates/Questions

2010-07-27 Thread Michael Lucy
I've officially eliminated the last define-macro expression. However, I get the feeling that things may not be exactly as desired. The original program made extensive use of functions in building the macros, and I originally tried to replace these with macros. This turned out to be a little

Re: PEG Parser Updates/Questions

2010-07-27 Thread No Itisnt
On Wed, Jul 28, 2010 at 12:13 AM, Michael Lucy michaelgl...@gmail.com wrote: Another question about module namespaces:  I have some syntax that I'd like to be available to code generated by macros in my module, but which I'd rather not export to the user (to avoid clobbering their functions).