[ANN] nyacc 1.05.0 released

2021-09-05 Thread Matt Wette
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 a `FFI Helper' tool to help create Guile

Re: Difficulty integrating with Swift/Objective-C

2021-09-05 Thread Chris Vine
On Sun, 05 Sep 2021 16:03:24 +1000 paul wrote: > Good day, > > I have an existing app which is written in Swift and runs on macOS > 10.15. I would like to provide users a way of customising the app > (initially just simple things like modifying keybindings for > example, later hopefully more)

Re: Difficulty integrating with Swift/Objective-C

2021-09-05 Thread paul
Hey Taylan, Thank you for your reply! On 2021-09-05 at 18:26 AEST, quoth Taylan Kammer : To narrow down the issue, I'd attempt a few things, in order: 1. Compile only the C code, adding a main() function, just to make sure the OS and the chosen Guile version and such are working fine with

Re: Difficulty integrating with Swift/Objective-C

2021-09-05 Thread Taylan Kammer
On 05.09.2021 08:03, paul wrote: > Good day, > > I have an existing app which is written in Swift and runs on macOS 10.15.  I > would like to provide users a way of customising the app (initially just > simple things like modifying keybindings for example, later hopefully more) > and as a keen