[bug#75807] [PATCH,WIP] Support for the Algol 68 language

2025-02-02 Thread Jose E. Marchesi
Thank you Karl. Now let's see if I can get the autoconf counterpart reviewed. > New version of the patch below. > > I pushed this. Thanks Jose!

[bug#75807] [PATCH,WIP] Support for the Algol 68 language

2025-02-02 Thread Karl Berry
New version of the patch below. I pushed this. Thanks Jose!

[bug#75807] [PATCH,WIP] Support for the Algol 68 language

2025-01-26 Thread Karl Berry
New version of the patch below. Thanks much, Jose. I'll take a look and install soonly, I hope. --all the best, karl.

[bug#75807] [PATCH,WIP] Support for the Algol 68 language

2025-01-25 Thread Jose E. Marchesi
By the way, the version of autoconf needed to run the automake test can be found in: https://git.sr.ht/~jemarch/a68-autoconf Branch a68. > Hello. > > New version of the patch below. Differences from previous versions: > > - The GA68 variable has been renamed to A68. (This has been also >

[bug#75807] [PATCH,WIP] Support for the Algol 68 language

2025-01-25 Thread Jose E. Marchesi
Hello. New version of the patch below. Differences from previous versions: - The GA68 variable has been renamed to A68. (This has been also changed in the corresponding autoconf patches.) - Added a section 'Algol 68 Support' to the manual. - Added a test t/a68-demo.sh. commit c33511e6df2b2

[bug#75807] [PATCH,WIP] Support for the Algol 68 language

2025-01-25 Thread Karl Berry
H,WIP] Support for the Algol 68 language Thanks Jose. Happy ca.1968 hacking :), Karl

[bug#75807] [PATCH,WIP] Support for the Algol 68 language

2025-01-24 Thread Jose E. Marchesi
Hello Karl. > the compiler is useful > > What Algol 68 code does anyone want to use or write nowadays? > Just curious. Algol 68 is a very good programming language. Once implemented in a modern optimized compiler and carefully extended, I plan to use it for many of my non-C projects. >

[bug#75807] [PATCH,WIP] Support for the Algol 68 language

2025-01-24 Thread Karl Berry
the compiler is useful What Algol 68 code does anyone want to use or write nowadays? Just curious. But I am not familiar with the Automake internals Neither am I, but we plunge ahead as best we can anyway. and it is likely I am missing something and/or doing something wrong. It

[bug#75807] [PATCH,WIP] Support for the Algol 68 language

2025-01-24 Thread Jose E. Marchesi
Hello. This patch adds support for the Algol 68 programming language to Automake. It is based on the Algol 68 GCC front-end, which is currently under development [1]. A WIP series got sent to gcc-patches in January [2], and the front-end is temporarily hosted in the sourceware forge until integ