This commit is contained in:
Vitor Santos Costa
2017-04-13 21:42:34 +01:00
parent 7063641a5b
commit 70232133cc
64 changed files with 687 additions and 632 deletions

View File

@@ -20,17 +20,14 @@ static char SccsId[] = "%W% %G%";
/**
@defgroup YAPSyntax YAP Syntax
@ingroup YAPProgramming
@{
@addtogroup YAPSyntax
We will describe the syntax of YAP at two levels. We first will
describe the syntax for Prolog terms. In a second level we describe
the \a tokens from which Prolog \a terms are
built.
@defgroup Formal_Syntax Syntax of Terms
@ingroup Syntax
@ingroup YAPSyntax
@{
Below, we describe the syntax of YAP terms from the different