GNU G-Golf 0.8.0-a.3 available for testing!

2023-02-08 Thread David Pirotte
Hello Guilers, The third alpha release of the upcoming 0.8.0 release is now available for testing: Tarball and a GPG detached signature [*]: http://ftp.gnu.org/gnu/g-golf/g-golf-0.8.0-a.2.tar.gz http://ftp.gnu.org/gnu/g-golf/g-golf-0.8.0-a.2.tar.gz.sig

[PATCH] Print backtraces for syntax errors too.

2023-02-08 Thread Maxime Devos
For complicated macros, especially macros that are used correctly but have a bug in their implementation somewhere and use 'syntax-case' or 'syntax-rules' multiple times, it can be very convenient to know _which_ syntax-case or syntax-rules raised the syntax-error. E.g., I'm currently debugging so