Grammar extracted by Vadim Zaytsev, see the Grammar Zoo entry for details: toy/tabular/table/extracted
Source used for this grammar: David Touzet, Table 1.1, Table.ecore
, 2005/04/12
String
, Table
, Row
, Cell
), 0 root (—), 1 top (Table
), 0 bottom (—).[rows]
, [cells]
, [content]
.String ::= string
Table ::=
[rows]::Row
Row ::=
[cells]::Cell
Cell ::= [content]::String