[Next] [Previous] [Up] [Top] [Contents] [Index]
Appendix A Annotated Cecil Syntax
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
[Next] [Previous] [Up] [Top] [Contents] [Index]
Generated with Harlequin WebMaker