[PATCH V2] Support for the Algol 68 language

2025-02-02 Thread Jose E. Marchesi
ttps://www.gnu.org/licenses/> and +# <https://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=blob_plain;f=COPYING.EXCEPTION>. + +# Algol 68 support contributed by Jose E. Marchesi. + +# --- # +# Language selection. +# --- # + +# AC_LANG(a68) +# ---

Re: [PATCH,WIP] Support for the Algol 68 language

2025-01-24 Thread Jose E. Marchesi
Hello. > Hi, > >> This patch adds support for the Algol 68 programming language to >> Autoconf. It is based on the Algol 68 GCC front-end > [..] >> This WIP seems to work well for me, but almost certainly I am doing >> something wrong, so comments are welcome. > > As I know nothing about Algol

[PATCH,WIP] Support for the Algol 68 language

2025-01-23 Thread Jose E. Marchesi
lain;f=COPYING.EXCEPTION>. + +# Algol 68 support contributed by Jose E. Marchesi. + +# --- # +# Language selection. +# --- # + +# AC_LANG(a68) +# --- +AC_LANG_DEFINE([A68], [a68], [A68], [GA68], [], +[ac_ext=a68 +ac_compile='$GA68 -c $A68FLAGS conf

[PATCH V4] Support for the Algol 68 language

2025-05-01 Thread Jose E. Marchesi
<https://www.gnu.org/licenses/> and +# <https://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=blob_plain;f=COPYING.EXCEPTION>. + +# Algol 68 support contributed by Jose E. Marchesi. + +# --- # +# Language selection. +# --- # + +# AC_LANG(Algol 68) +# --

Re: [PATCH V2] Support for the Algol 68 language

2025-04-23 Thread Jose E. Marchesi
68 code, because in the meanwhile we switched to a new modernized stropping regime (see SUPPER stropping in https://algol68-lang.org). Will send a V3. Thanks for the suggestions. > > Thanks. > > From 288c18fe761a2ebd43ec0d5d04fb451122518e9d Mon Sep 17 00:00:00 2001 > From: "Jose E. Ma

[PATCH V3] Support for the Algol 68 language

2025-04-24 Thread Jose E. Marchesi
py of the Autoconf Configure Script Exception along with +# this program; see the files COPYINGv3 and COPYING.EXCEPTION +# respectively. If not, see <https://www.gnu.org/licenses/> and +# <https://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=blob_plain;f=COPYING.EXCEPTION>. + +# A

Re: [PATCH V2] Support for the Algol 68 language

2025-03-13 Thread Jose E. Marchesi
support. >> +# Copyright (C) 2025 Free Software Foundation, Inc. >> + >> +# This file is part of Autoconf. This program is free >> +# software; you can redistribute it and/or modify it under the >> +# terms of the GNU General Public License as published by the >&

Re: [PATCH V2] Support for the Algol 68 language

2025-02-20 Thread Jose E. Marchesi
that it will be useful, > +# but WITHOUT ANY WARRANTY; without even the implied warranty of > +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > +# GNU General Public License for more details. > +# > +# Under Section 7 of GPL version 3,

Re: [PATCH V4] Support for the Algol 68 language

2025-05-08 Thread Jose E. Marchesi
License, or > +# (at your option) any later version. > +# > +# This program is distributed in the hope that it will be useful, > +# but WITHOUT ANY WARRANTY; without even the implied warranty of > +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > +# GNU Ge

[PATCH V6] Support for the Algol 68 language

2025-05-20 Thread Jose E. Marchesi
utoconf.git;a=blob_plain;f=COPYING.EXCEPTION>. + +# Algol 68 support contributed by Jose E. Marchesi. + +# --- # +# Language selection. +# --- # + +# AC_LANG(Algol 68) +# - +AC_LANG_DEFINE([Algol 68], [a68], [A68], [A68], [], +[ac_ext=a68

Re: [PATCH V5] Support for the Algol 68 language

2025-05-20 Thread Jose E. Marchesi
> In doc/autoconf.texi, around line 8680, the line > > +@code{A68FLAGS} may be set before @code{AC_PROG_A68}l > > is not properly terminated. Maybe just a typo? Oops, typo indeed. V6 just sent with a fix. Thanks!

[PATCH V5] Support for the Algol 68 language

2025-05-20 Thread Jose E. Marchesi
nd a copy of the Autoconf Configure Script Exception along with +# this program; see the files COPYINGv3 and COPYING.EXCEPTION +# respectively. If not, see <https://www.gnu.org/licenses/> and +# <https://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=blob_plain;f=COPYING.EXCEPTION>. + +# A

Re: [PATCH V2] Support for the Algol 68 language

2025-05-18 Thread Jose E. Marchesi
[Adding in CC: - Iain Buclaw, the D front-end maintainer for GCC. - Arthur Cohen, the Rust front-end maintainer for GCC., - James K. Lowden and Robert Dubner, the COBOL front-end maintainers for GCC.] Hi Bruno. > In

Re: [PATCH V6] Support for the Algol 68 language

2025-05-29 Thread Jose E. Marchesi
ion. > +# > +# This program is distributed in the hope that it will be useful, > +# but WITHOUT ANY WARRANTY; without even the implied warranty of > +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > +# GNU General Public License for more details.

Re: [PATCH V6] Support for the Algol 68 language

2025-06-17 Thread Jose E. Marchesi
68.m4 >> new file mode 100644 >> index ..12d366c9 >> --- /dev/null >> +++ b/lib/autoconf/a68.m4 >> @@ -0,0 +1,153 @@ >> +# This file is part of Autoconf. -*- Autoconf -*- >> +# Algol 68 language support. >> +# Copyright