How to effectively insert into string?

2020-03-09 Thread Jan Synacek
Hello, how do I write a function that inserts into a string (or deletes from a string) effectively in guile? There's some mention about how strings are implemented in the info manual, but it's not really clear to me. Is it necessary to implement a gap buffer / rope / something similar, or can it

Re: Nyacc question: where are the actions bound?

2020-03-09 Thread tomas
On Sun, Mar 08, 2020 at 08:10:50AM -0700, Matt Wette wrote: > > > On 3/8/20 3:14 AM, to...@tuxteam.de wrote: > >Hi, > > > >I'm playing around with Nyacc [...] > >So I defined some function =collect= which will be called from > >actions in the grammar. > > > >My question is: where is the stuff