Re: scm_c_eval_string and filename

2015-07-29 Thread Mark H Weaver
Hi Mike, Sorry for the slow response. Mike Gran writes: > Question: if I'm reading in some Guile code using the > C API scm_c_eval_string, can I set a fake "filename" > so that it gets added as a source property to the > contents read in as a string? AFAIK, we don't have an existing C API for t

announcement: nyacc parser generator in guile

2015-07-29 Thread Matt Wette
nyacc, for Not Yet Another Compiler-Compiler!, is a LALR parser generator written entirely in guile 2.0. NYACC is similar function to the lalr module in guile-2 but it is coded in scheme from the ground up, and provides more functionality. In addition, nyacc comes with a module to aid in the

Re: announcement: nyacc parser generator in guile

2015-07-29 Thread Nala Ginrut
On Wed, 2015-07-29 at 18:01 -0700, Matt Wette wrote: > nyacc, for Not Yet Another Compiler-Compiler!, is a LALR parser generator > written entirely in guile 2.0. > Cool! > NYACC is similar function to the lalr module in guile-2 but it is coded in > scheme from the ground up, and provides more

Re: announcement: nyacc parser generator in guile

2015-07-29 Thread Matt Wette
On Jul 29, 2015, at 8:21 PM, Nala Ginrut wrote: > > Why you still choose CVS if you have not used it for > 15 years, IIRC > you can choose git/svn/hg... in savannah. I would appreciate a reference on how to convert my savannah project to git. Any help greatly apprecaited.

Re: announcement: nyacc parser generator in guile

2015-07-29 Thread Nala Ginrut
I only have projects on savannah.gnu.org, but I guess it's similar to savannah.nongnu.org, after all they based on same framework. On your project menu, try: Main -> select features. And you should see bunch of popular VCS: git/svn/mecurial/bazzar/arch, just enable what you like, or multiple as yo