Prev Up Next
Go backward to 1 Introduction
Go up to Top
Go forward to 3 Disambiguation

2 Input Syntax

The grammar in this section uses uppercase words for nonterminal symbols, allowing also hyphens. All other characters stand for themselves, with the following exceptions:

The given grammar for input syntax is quite ambiguous. Section 3 provides some precedence rules for disambiguation. Note that the syntax for atomic formulae and terms caters for use of mixfix notation when applying predicates and operations; however, the recognition of the exact applicative structure of these constructs is left unspecified here, since it is inherently context-dependent. When mixfix applications are not used, the disambiguation ensures that normal applications are recognized.

All changes to the concrete syntax since the previous version (23 January 1998) are indicated by a `!' on their left; (these marks will be removed in the final version).

  • 2.1 Basic Specifications
  • 2.2 Structured and Named Specifications
  • 2.3 Generic Specifications
  • 2.4 Architectural Specifications
  • 2.5 Specification Libraries

  • CoFI Document: CASL/SyntaxIssues --Version 0.99-- 17 February 1998.
    Comments to cofi-language@brics.dk

    Prev Up Next