Browsable LCF Grammar

CC-BY

Grammar extracted by Vadim Zaytsev, see the Grammar Zoo entry for details: markup/scientific/lcf/v18.0-xsd/extracted
Source used for this grammar: Vadim Zaytsev, Software Language Processing Suite, LCF, shared/xsd/lcf.xsd, 2008–2011, Version 18 [Explore]

Summary

Syntax

configuration ::=
	definition*
definition ::=
	[shortcut]::shortcutType
	[tool]::toolType
	[source]::sourceType
	[target]::targetType
	[testset]::testsetType
shortcutType ::=
	[name]::string [expansion]::xstring
sourceType ::=
	[name]::string [extraction]::xstring [parsing]::xstring? [evaluation]::xstring? [testing]::[set]::xstring?
targetType ::=
	[name]::string [branch]::([input]::string [perform]::string*)+
testsetType ::=
	[name]::string [command]::xstring
toolType ::=
	[name]::tool [command]::xstring
tool ::=
	[validation]::ε
	[comparison]::ε
	[transformation]::ε
xstring ::=
	([expand]::string | string)*

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