package acgtk
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha512=07f391d052090bb70c10ec511fdc53af764954cbe1c30093778984c5ed41a4327573fdac0890c6fd619ff9827725572eb7b8a7545bd8ccb7f5bddb84d2d7f7cc
Description
This toolkit provides a compiler and an interpreter for Abstract Categorial Grammars (ACGs). Grammars can be compiled and then used by the interpreter to parse (if the grammar is at most second-order) or to generate terms. See http://acg.loria.fr for more details and bibliographic references.
Published: 11 Nov 2025
README
ACG development toolkit
Copyright 2008-2024 INRIA
More information on "https://acg.loria.fr/" License: CeCILL, see the LICENSE file or "http://www.cecill.info" Authors: see the AUTHORS file
ACGtk: an ACG development toolkit
ACGtk is a software package (2008-2024 INRIA©) for the development of abstract categorial grammars. This distribution provides two executables: acgc and acg.
It is distributed with the CeCILL license (see the LICENSE file or http://www.cecill.info). Contributors are listed in the AUTHORS.md file.
A list of related publications is available at the ACG web page.
acgc
acgc is a "compiler" of ACG source code, i.e., files containing definitions of signatures and lexicons. It basically checks whether they are correctly written (syntactically and w.r.t. types and constant typing) and outputs an .acgo object file.
Run
./acgc --helpto get help.
acg
acg is an interpreter of command meant to be useful when using ACGs. To get a list of command, run
./acgthen, on the prompt, type
ACGtk> helpExample files are given in the examples directory. Read the README.md file.
More detailed documentation is available for users and developers.
A web version of ACGtk is also available to try it in a web browser. To launch it locally, run:
$ acg --browserSupport
ACGtk development was supported:
By the Langues, Connaissances & Humanités Numériques CPER (contrat de plan État-Région), funded by the Ministère de l'Enseignement Supérieur et de la Recherche, the Région Lorraine, and the Fonds européen de développement régional pour la région Lorraine puis Grand Est (from April 2022 to July 2022).
- By
(ADT program, from August 2022 to July 2024).
