[ANN] nyacc 1.01.1 released

2020-02-22 Thread Matt Wette
[note: guix package spec included below] NYACC, for Not Yet Another Compiler Compiler, is set of guile modules for generating parsers and lexical analyzers.  It also provides sample parsers and pretty-printers using SXML trees as an intermediate representation. It provides a decent C parser and

Re: [ANN] nyacc 1.01.1 released

2020-02-22 Thread Jack Hill
On Sat, 22 Feb 2020, Matt Wette wrote: NYACC maturity is production/stable level. NYACC is free software Yay, congratulations on the release! Thanks, Jack

Unsafe Conversions and Inlining

2020-02-22 Thread Christopher Howard
Hi, I'm doing a project with SDR involving a lot of number crunching, as SDR usually does, with Guile 3.0 embedded in a C application. Of course, the idea is to have the C functions handle the low-level number crunching. But it some places it is difficult to get around performance hits from requir