[Next] [Previous] [Up] [Top] [Contents] [Index]

Appendix A Annotated Cecil Syntax

A.3 White Space

Whitespace is allowed between any pair of tokens in the grammar in A.1.

whitespace	::=	space | tab | newline | comment
comment	::=	"--" {any but newline} newline  comment to end of line
	|	"(--" {any} "--)"	bracketed comment; can be nested