Up Next
Go up to C Concrete Syntax
Go forward to C.2 Context-Free Syntax

C.1 Introduction

Concrete syntax involves both input syntax (for writing and editing, and subsequent parsing) and display format (for browsing on the screen, and publication on paper). The input syntax should preferably be easy to relate to the display format, and sufficiently readable for use in (plain-text) e-mail messages.

Section C.2 below provides a context-free grammar for the CASL input syntax. It has been derived systematically from the `abbreviated' abstract syntax grammar in Appendix A--mainly just by replacing the prefix constructors of the latter by mixfix notation.

Section C.3 provides precedence rules for disambiguation.

Section C.4 specifies the lexical symbols of the concrete syntax.

Finally, Section C.5 shows how comments and various kinds of annotations may be written.


CoFI Document: CASL/Summary-v1.0 -- Version: 1.0 -- 22 October 1998.
Comments to cofi-language@brics.dk

Up Next