Browsable LCF Grammar

CC-BY

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

Summary

Syntax

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

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