Browsable Book Grammar

CC-BY

Grammar extracted by Vadim Zaytsev, see the Grammar Zoo entry for details: dsl/publishing/book/extracted
Source used for this grammar: Frédéric Jouault, Book 1.1, Book.ecore, 2005/03/18

Summary

Syntax

Integer ::=
	integer
String ::=
	string
Boolean ::=
	"true"
	"false"
Book ::=
	[title]::String [chapters]::Chapter+
Chapter ::=
	[title]::String [nbPages]::Integer [author]::String [book]::Book

GrammarLabMaintained by Dr. Vadim Zaytsev a.k.a. @grammarware. Last updated in September 2015. []