Re: fix for c99dev string escape char read

2017-11-22 Thread Jan Nieuwenhuizen
Jan Nieuwenhuizen writes: > For now I'm happy; we'll see. Still happy, found a bug though; on c99dev plus my previous patch this happens --8<---cut here---start->8--- (use-modules (nyacc lang c99 parser) (ice-9 pretty-print)) (pretty-print (with-input-from-str

Re: fix for c99dev string escape char read

2017-11-22 Thread Jan Nieuwenhuizen
Matt Wette writes: >> So, guile-2.0 resurrected, yay! > > But there will be issues with 2.0in general since, IIRC, SRFI-43 is in > guile-2.0.13 but not guile-2.0.11, > or something to that order. I don't know how far you want to go with the > backward compatability. For now I'm happy; we'll s

Re: fix for c99dev string escape char read

2017-11-22 Thread Matt Wette
> On Nov 22, 2017, at 6:11 PM, Jan Nieuwenhuizen wrote: > > Hi Matt, > > Working with guile-2.0.14 (soon 2.0.9) on your recent c99dev branch I > need attached patch. > > So, guile-2.0 resurrected, yay! But there will be issues with 2.0in general since, IIRC, SRFI-43 is in guile-2.0.13 but n

fix for c99dev string escape char read

2017-11-22 Thread Jan Nieuwenhuizen
Hi Matt, Working with guile-2.0.14 (soon 2.0.9) on your recent c99dev branch I need attached patch. So, guile-2.0 resurrected, yay! Thanks, janneke >From 0bb330c0c5c6d9298884dfecd0185e2520bb3267 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Thu, 23 Nov 2017 03:05:45 +0100 Subject: [PA